From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32C10158091 for ; Mon, 13 Jun 2022 18:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656AEE08A8; Mon, 13 Jun 2022 18:58:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47FFCE086C for ; Mon, 13 Jun 2022 18:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51600341C2D for ; Mon, 13 Jun 2022 18:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC76303 for ; Mon, 13 Jun 2022 18:58:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655145723.0494ac3c2b8f760494a889af4ca040b4314a6718.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/rasterio/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/rasterio/rasterio-1.2.10-r1.ebuild dev-python/rasterio/rasterio-1.2.10.ebuild X-VCS-Directories: dev-python/rasterio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0494ac3c2b8f760494a889af4ca040b4314a6718 X-VCS-Branch: master Date: Mon, 13 Jun 2022 18:58:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9a2111b-ef16-49b2-8a1c-68c33d1995b7 X-Archives-Hash: 5602a8e659f2ebab67e7159c1e7bd646 commit: 0494ac3c2b8f760494a889af4ca040b4314a6718 Author: Thomas Bettler gmail com> AuthorDate: Mon Jun 13 18:30:09 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 gmail.com> Closes: https://github.com/gentoo/sci/pull/1148 Signed-off-by: Andrew Ammerlaan 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]