aboutsummaryrefslogtreecommitdiff
path: root/science/py-MDAnalysis
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 /science/py-MDAnalysis
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 'science/py-MDAnalysis')
-rw-r--r--science/py-MDAnalysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-MDAnalysis/Makefile b/science/py-MDAnalysis/Makefile
index e3d0a7142075..f3d5d837c8a0 100644
--- a/science/py-MDAnalysis/Makefile
+++ b/science/py-MDAnalysis/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
-USES= compiler:c++11-lang python:3.6+
+USES= compiler:c++11-lang python:3.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>