aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:51 +0000
commit50ab04134a96eac5f11b4dd07b15e887b0cedb03 (patch)
treeb26e8ee8b1e773ed76dd78cff9b0612fa6a70252
parent0c36127d0287be6197437c5795d51d5b628daeee (diff)
downloadports-50ab04134a96eac5f11b4dd07b15e887b0cedb03.tar.gz
ports-50ab04134a96eac5f11b4dd07b15e887b0cedb03.zip
graphics/py-rasterstats: Update USES=python
math/py-numpy requires Python 3.8+
-rw-r--r--graphics/py-rasterstats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-rasterstats/Makefile b/graphics/py-rasterstats/Makefile
index 274ddbd24d36..cc363e0b23fe 100644
--- a/graphics/py-rasterstats/Makefile
+++ b/graphics/py-rasterstats/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}affine>=0<3.0:math/py-affine@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes