git: 97a73f34303d - main - graphics/py-rasterio: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:53:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=97a73f34303dc63082d1b86b61bc8d054c685f25 commit 97a73f34303dc63082d1b86b61bc8d054c685f25 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:50:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:50:03 +0000 graphics/py-rasterio: Update to 1.3.0 - Update WWW Changes: https://github.com/rasterio/rasterio/releases --- graphics/py-rasterio/Makefile | 6 +++--- graphics/py-rasterio/distinfo | 6 +++--- graphics/py-rasterio/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index b588210986a8..b5be8c62691d 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= rasterio -PORTVERSION= 1.2.10 +PORTVERSION= 1.3.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Fast and direct raster I/O for use with Numpy and SciPy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= gdal>=1.11:graphics/gdal \ +BUILD_DEPENDS= gdal>=3.1:graphics/gdal \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -RUN_DEPENDS= gdal>=1.11:graphics/gdal \ +RUN_DEPENDS= gdal>=3.1:graphics/gdal \ ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo index c181e9987f9b..7aadf78e2f10 100644 --- a/graphics/py-rasterio/distinfo +++ b/graphics/py-rasterio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391150 -SHA256 (rasterio-1.2.10.tar.gz) = 6062456047ba6494fe18bd0da98a383b6fad5306b16cd52a22e76c59172a2b5f -SIZE (rasterio-1.2.10.tar.gz) = 2253983 +TIMESTAMP = 1657292512 +SHA256 (rasterio-1.3.0.tar.gz) = 90171035e5b201cdb85a9abd60181426366040d4ca44706958db982a030f8dc4 +SIZE (rasterio-1.3.0.tar.gz) = 403416 diff --git a/graphics/py-rasterio/pkg-descr b/graphics/py-rasterio/pkg-descr index cb51afdf3012..3c158d9c9759 100644 --- a/graphics/py-rasterio/pkg-descr +++ b/graphics/py-rasterio/pkg-descr @@ -4,4 +4,4 @@ Geographic information systems use GeoTIFF and other formats to organize and store gridded, or raster, datasets. Rasterio reads and writes these formats and provides a Python API based on N-D arrays. -WWW: https://github.com/mapbox/rasterio +WWW: https://github.com/rasterio/rasterio