git: abbb5308c9ce - main - graphics/py-OWSLib: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:13:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=abbb5308c9ced8f2fd2b52fe419b70e1f3cd7527
commit abbb5308c9ced8f2fd2b52fe419b70e1f3cd7527
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 18:11:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 18:11:30 +0000
graphics/py-OWSLib: Update USES=python
graphics/py-pyproj requires Python 3.8+
---
graphics/py-OWSLib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/py-OWSLib/Makefile b/graphics/py-OWSLib/Makefile
index dbb198223ca7..855af1c20fc8 100644
--- a/graphics/py-OWSLib/Makefile
+++ b/graphics/py-OWSLib/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
-USES= python:3.7+ cpe
+USES= cpe python:3.8+
USE_PYTHON= autoplist distutils
CPE_VENDOR= osgeo