commit: 1fc7fd23fb6eee83dae168e2bab950db4dbe9f02 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 11:18:17 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 15:04:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc7fd23
sci-libs/gdal: enable python3.11 and byte-compile python Closes: https://bugs.gentoo.org/866207 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/gdal/{gdal-3.5.2.ebuild => gdal-3.5.2-r1.ebuild} | 4 ++-- 1 file 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 similarity index 99% rename from sci-libs/gdal/gdal-3.5.2.ebuild rename to 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? }