diff --git a/graphics/py-rasterstats/Makefile b/graphics/py-rasterstats/Makefile index d8196d1ef043..afc5e009f673 100644 --- a/graphics/py-rasterstats/Makefile +++ b/graphics/py-rasterstats/Makefile @@ -1,36 +1,36 @@ PORTNAME= rasterstats -PORTVERSION= 0.20.0 -PORTREVISION= 3 +PORTVERSION= 0.21.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Summarize geospatial raster datasets based on vector geometries WWW= https://github.com/perrygeo/python-rasterstats LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fiona>=0:graphics/py-fiona@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyogrio>=0:graphics/py-pyogrio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rasterio>=1.0:graphics/py-rasterio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= PROGRESS +OPTIONS_DEFINE= FIONA PROGRESS +FIONA_DESC= Fiona as optional engine PROGRESS_DESC= Progress bar for interactive use PROGRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} +FIONA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fiona>=0:graphics/py-fiona@${PY_FLAVOR} .include diff --git a/graphics/py-rasterstats/distinfo b/graphics/py-rasterstats/distinfo index 7c49636557e7..f69e4d59f9bd 100644 --- a/graphics/py-rasterstats/distinfo +++ b/graphics/py-rasterstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632436 -SHA256 (rasterstats-0.20.0.tar.gz) = 5b8ee775e815727767e0d359c03f3dd1c7840876d1d1d0c7a5a88ecf3e492938 -SIZE (rasterstats-0.20.0.tar.gz) = 24017 +TIMESTAMP = 1779620516 +SHA256 (rasterstats-0.21.0.tar.gz) = 2b955f6775b7f641c8094d00bc4381492184ba162b5dba1baa69df8db98efa5f +SIZE (rasterstats-0.21.0.tar.gz) = 76836