git: 94c1ba37ade8 - main - graphics/py-pygeoapi: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:13:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=94c1ba37ade86429e02f405fe5f261c0e7b85f04
commit 94c1ba37ade86429e02f405fe5f261c0e7b85f04
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 18:11:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 18:11:32 +0000
graphics/py-pygeoapi: Update USES=python
graphics/py-pyproj requires Python 3.8+
---
graphics/py-pygeoapi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/py-pygeoapi/Makefile b/graphics/py-pygeoapi/Makefile
index af47c7c9c407..28e4e024e905 100644
--- a/graphics/py-pygeoapi/Makefile
+++ b/graphics/py-pygeoapi/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rasterio>0:graphics/py-rasterio@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>