diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /misc | |
parent | af3595a70d6e9a0bdba311ee5d23cc724c1ba2e8 (diff) | |
download | freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.gz freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.zst freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.zip |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-eemeter/Makefile | 2 | ||||
-rw-r--r-- | misc/py-orange3-timeseries/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-eemeter/Makefile b/misc/py-eemeter/Makefile index ee6be8beb537..3486f3c6d888 100644 --- a/misc/py-eemeter/Makefile +++ b/misc/py-eemeter/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_GITHUB= yes # PyPI doesn't have the latest version for some reason GH_ACCOUNT= openeemeter USE_PYTHON= distutils concurrent autoplist diff --git a/misc/py-orange3-timeseries/Makefile b/misc/py-orange3-timeseries/Makefile index 1a75412c4087..d543318ad47b 100644 --- a/misc/py-orange3-timeseries/Makefile +++ b/misc/py-orange3-timeseries/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= orange3>0:misc/orange3 \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.6.1:math/py-statsmodels@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist |