summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-21 13:18:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-21 17:04:48 +0200
commit1fc7fd23fb6eee83dae168e2bab950db4dbe9f02 (patch)
tree1439e0edbdb3cb6debb8d3ce4cf3448dffd2effb /sci-libs/gdal
parentx11-libs/qwt: add polar use flag (diff)
downloadgentoo-1fc7fd23fb6eee83dae168e2bab950db4dbe9f02.tar.gz
gentoo-1fc7fd23fb6eee83dae168e2bab950db4dbe9f02.tar.bz2
gentoo-1fc7fd23fb6eee83dae168e2bab950db4dbe9f02.zip
sci-libs/gdal: enable python3.11 and byte-compile python
Closes: https://bugs.gentoo.org/866207 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/gdal-3.5.2-r1.ebuild (renamed from sci-libs/gdal/gdal-3.5.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-3.5.2.ebuild b/sci-libs/gdal/gdal-3.5.2-r1.ebuild
index 1be7580b66bd..bfe21f5947b1 100644
--- a/sci-libs/gdal/gdal-3.5.2.ebuild
+++ b/sci-libs/gdal/gdal-3.5.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake java-pkg-opt-2 python-single-r1
DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)"
@@ -228,7 +228,7 @@ src_test() {
src_install() {
cmake_src_install
-
+ use python && python_optimize
# TODO: install docs?
}