aboutsummaryrefslogtreecommitdiff
path: root/misc/py-eemeter
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
commit14be7bd191de0d71e48770d90738e82928fad6aa (patch)
tree55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /misc/py-eemeter
parent8ca43586e1b57397f3b522748b91497f7c61df19 (diff)
downloadports-14be7bd191de0d71e48770d90738e82928fad6aa.tar.gz
ports-14be7bd191de0d71e48770d90738e82928fad6aa.zip
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559053
Diffstat (limited to 'misc/py-eemeter')
-rw-r--r--misc/py-eemeter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-eemeter/Makefile b/misc/py-eemeter/Makefile
index 0ea3f111c3b7..192616452dee 100644
--- a/misc/py-eemeter/Makefile
+++ b/misc/py-eemeter/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_GITHUB= yes # PyPI doesn't have the latest version for some reason
GH_ACCOUNT= openeemeter
USE_PYTHON= distutils concurrent autoplist