From 1fc7fd23fb6eee83dae168e2bab950db4dbe9f02 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 21 Oct 2022 13:18:17 +0200 Subject: [PATCH] sci-libs/gdal: enable python3.11 and byte-compile python Closes: https://bugs.gentoo.org/866207 Signed-off-by: Andrew Ammerlaan --- sci-libs/gdal/{gdal-3.5.2.ebuild => gdal-3.5.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-libs/gdal/{gdal-3.5.2.ebuild => gdal-3.5.2-r1.ebuild} (99%) 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 1be7580b66bd3..bfe21f5947b1d 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? }