diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-09 20:54:26 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-09 20:54:26 +0800 |
commit | cdbddd45831dcfe26a74c3f55bc6441247be1a66 (patch) | |
tree | 3f6302bb487d8552717c4b0b96ceff8cae9e2b3e /science | |
parent | 0e6114450e2d639c6173ba5e179f3de5a1ec32f7 (diff) | |
download | freebsd-ports-gnome-cdbddd45831dcfe26a74c3f55bc6441247be1a66.tar.gz freebsd-ports-gnome-cdbddd45831dcfe26a74c3f55bc6441247be1a66.tar.zst freebsd-ports-gnome-cdbddd45831dcfe26a74c3f55bc6441247be1a66.zip |
Fix bulk -a with BUILD_ALL_PYTHON_FLAVORS.
devel/py-typing-extensions does not support Python 3.7+, so ports
requiring it can't either.
Diffstat (limited to 'science')
-rw-r--r-- | science/py-chainer-chemistry/Makefile | 2 | ||||
-rw-r--r-- | science/py-chainer/Makefile | 2 | ||||
-rw-r--r-- | science/py-onnx/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/science/py-chainer-chemistry/Makefile b/science/py-chainer-chemistry/Makefile index a8687c0814e8..6255c7c1c8f7 100644 --- a/science/py-chainer-chemistry/Makefile +++ b/science/py-chainer-chemistry/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python +USES= python:-3.6 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/science/py-chainer/Makefile b/science/py-chainer/Makefile index 490416db6e4c..31f4a0aaefd4 100644 --- a/science/py-chainer/Makefile +++ b/science/py-chainer/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python +USES= python:-3.6 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/science/py-onnx/Makefile b/science/py-onnx/Makefile index acb7d1b82715..f1d65a3b6e84 100644 --- a/science/py-onnx/Makefile +++ b/science/py-onnx/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python +USES= python:-3.6 USE_PYTHON= distutils concurrent autoplist BINARY_ALIAS= python=${PYTHON_CMD} |