git: 68b40245b82f - main - science/py-pycsw: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:12:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=68b40245b82fae888b0fb48dbee0f1c573385f0c commit 68b40245b82fae888b0fb48dbee0f1c573385f0c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 18:11:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 18:11:20 +0000 science/py-pycsw: Update USES=python graphics/py-pyproj requires Python 3.8+ --- science/py-pycsw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-pycsw/Makefile b/science/py-pycsw/Makefile index 76b7ea06c55f..abf7d41c392b 100644 --- a/science/py-pycsw/Makefile +++ b/science/py-pycsw/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes