aboutsummaryrefslogtreecommitdiff
path: root/biology/groopm
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-10 20:06:35 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-10 20:13:20 +0000
commit1d44af58980136b882d146f21d8776943a14c5eb (patch)
treef3a678f8aea7c2044c105d15a6ff7c7afec40762 /biology/groopm
parentaea041f3a2b531c0265897f6aec59936a96a9f35 (diff)
downloadports-1d44af58980136b882d146f21d8776943a14c5eb.tar.gz
ports-1d44af58980136b882d146f21d8776943a14c5eb.zip
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet
Diffstat (limited to 'biology/groopm')
-rw-r--r--biology/groopm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/groopm/Makefile b/biology/groopm/Makefile
index 70d8027cfb18..9a9b4ce69b9b 100644
--- a/biology/groopm/Makefile
+++ b/biology/groopm/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.10.1:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tables>=2.3:devel/py-tables@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes