commit:     0494ac3c2b8f760494a889af4ca040b4314a6718
Author:     Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Mon Jun 13 18:30:09 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:42:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0494ac3c

dev-python/rasterio: new rev for gdal>=3.5.0

Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1148
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../{rasterio-1.2.10.ebuild => rasterio-1.2.10-r1.ebuild}         | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/rasterio/rasterio-1.2.10.ebuild 
b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
similarity index 94%
rename from dev-python/rasterio/rasterio-1.2.10.ebuild
rename to dev-python/rasterio/rasterio-1.2.10-r1.ebuild
index 625e4a7da..daa3244da 100644
--- a/dev-python/rasterio/rasterio-1.2.10.ebuild
+++ b/dev-python/rasterio/rasterio-1.2.10-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-       sci-libs/gdal[aux-xml,jpeg,png,threads,python,${PYTHON_USEDEP}]
+       sci-libs/gdal:=[aux-xml(+),jpeg,png,threads(+)]
        dev-python/affine[${PYTHON_USEDEP}]
        dev-python/attrs[${PYTHON_USEDEP}]
        dev-python/certifi[${PYTHON_USEDEP}]
@@ -26,13 +26,14 @@ RDEPEND="
        dev-python/click-plugins[${PYTHON_USEDEP}]
        dev-python/snuggs[${PYTHON_USEDEP}]
 "
+
 #DEPEND="${RDEPEND}"
 BDEPEND="
        dev-python/cython[${PYTHON_USEDEP}]
        test? (
                dev-python/boto3[${PYTHON_USEDEP}]
                dev-python/hypothesis[${PYTHON_USEDEP}]
-               sci-libs/gdal[aux-xml,jpeg,png,threads,python,${PYTHON_USEDEP}]
+               sci-libs/gdal:=[aux-xml(+),jpeg,png,threads(+)]
        )
 "
 
@@ -43,6 +44,9 @@ python_test() {
                # disable tests failing for unknown reason
                tests/test_env.py::test_rio_env_no_credentials
                tests/test_rio_info.py::test_info_azure_unsigned
+
+               tests/test__env.py::test_search_debian_gdal_data
+               tests/test__env.py::test_search_gdal_data_debian
                tests/test_warp.py::test_reproject_resampling[Resampling.cubic]
                
tests/test_warp.py::test_reproject_resampling[Resampling.lanczos]
                
tests/test_warp.py::test_reproject_resampling_alpha[Resampling.cubic]

Reply via email to