diff --git a/science/py-pycsw/Makefile b/science/py-pycsw/Makefile index 43bd8ef38803..be76bccd65c7 100644 --- a/science/py-pycsw/Makefile +++ b/science/py-pycsw/Makefile @@ -1,30 +1,29 @@ PORTNAME= pycsw -PORTVERSION= 2.6.1 -PORTREVISION= 3 +PORTVERSION= 2.6.2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OGC CSW server implementation WWW= https://pycsw.org/ \ https://github.com/geopython/pycsw LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=0:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/science/py-pycsw/distinfo b/science/py-pycsw/distinfo index 937a3bae9db4..74219a0a375a 100644 --- a/science/py-pycsw/distinfo +++ b/science/py-pycsw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391154 -SHA256 (pycsw-2.6.1.tar.gz) = 8d4763bfc0674018f0c825b2c533352c1edef161fd76e154c5b7a3dcc44434f0 -SIZE (pycsw-2.6.1.tar.gz) = 418051 +TIMESTAMP = 1740836174 +SHA256 (pycsw-2.6.2.tar.gz) = 9a4c768ddca2a5a24fb5eed664e4553a0ce7fb38729e60bbd48fe8247e7c09b7 +SIZE (pycsw-2.6.2.tar.gz) = 430095 diff --git a/science/py-pycsw/files/patch-requirements.txt b/science/py-pycsw/files/patch-requirements.txt new file mode 100644 index 000000000000..be7423903d9a --- /dev/null +++ b/science/py-pycsw/files/patch-requirements.txt @@ -0,0 +1,10 @@ +--- requirements.txt.orig 2025-02-22 18:02:35 UTC ++++ requirements.txt +@@ -1,6 +1,6 @@ lxml + geolinks + lxml +-OWSLib<0.29 ++OWSLib + pyproj + Shapely + xmltodict