diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:37:02 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:37:02 +0800 |
commit | 41ae7acaedf73cc89c78312791ccd92b516ed8b3 (patch) | |
tree | c84ee4372e002c4d352c880fb786ce70242b7523 | |
parent | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (diff) | |
download | freebsd-ports-gnome-41ae7acaedf73cc89c78312791ccd92b516ed8b3.tar.gz freebsd-ports-gnome-41ae7acaedf73cc89c78312791ccd92b516ed8b3.tar.zst freebsd-ports-gnome-41ae7acaedf73cc89c78312791ccd92b516ed8b3.zip |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
-rw-r--r-- | devel/py-datatest/Makefile | 2 | ||||
-rw-r--r-- | science/py-nilearn/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-datatest/Makefile b/devel/py-datatest/Makefile index 135f5160fd92..81b0fdb1bdd8 100644 --- a/devel/py-datatest/Makefile +++ b/devel/py-datatest/Makefile @@ -12,7 +12,7 @@ COMMENT= Testing tools for data validation and analysis LICENSE= APACHE20 -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/science/py-nilearn/Makefile b/science/py-nilearn/Makefile index e68ecf08ba37..57150f75eacc 100644 --- a/science/py-nilearn/Makefile +++ b/science/py-nilearn/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ bash:shells/bash -USES= python:3.6+ shebangfix +USES= python:3.7+ shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= nilearn/datasets/tests/data/list_archive_contents.sh |