aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 09:40:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 12:46:42 +0000
commit3322484642c27b12a20c949290af422da9240ddb (patch)
tree6268bf5baca499f1fee23ae7515f9c70fc293065
parentfa3998a130c51362d0d7310c727e7778423b44c2 (diff)
downloadports-3322484642c27b12a20c949290af422da9240ddb.tar.gz
ports-3322484642c27b12a20c949290af422da9240ddb.zip
math/py-arviz: Update USES=python
devel/py-xarray requires Python 3.8+
-rw-r--r--math/py-arviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index e91e9faa98c1..72f7a9198343 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= distutils autoplist
NO_ARCH= yes