diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 22:06:35 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 22:13:20 +0200 |
commit | 1d44af58980136b882d146f21d8776943a14c5eb (patch) | |
tree | f3a678f8aea7c2044c105d15a6ff7c7afec40762 /math/cadabra2 | |
parent | aea041f3a2b531c0265897f6aec59936a96a9f35 (diff) | |
download | freebsd-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 'math/cadabra2')
-rw-r--r-- | math/cadabra2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index e0630ede2675..6307fc6209f8 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ${PY_BOOST} \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions +USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.7+ sqlite # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake |