git: a280f0e664ed - main - finance/py-quantecon: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a280f0e664ed2eface2f25070029dddda2e4566c commit a280f0e664ed2eface2f25070029dddda2e4566c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:03:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:14 +0000 finance/py-quantecon: Update USES=python math/py-numpy requires Python 3.7+ --- finance/py-quantecon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finance/py-quantecon/Makefile b/finance/py-quantecon/Makefile index adcd093c5251..24cb8413305e 100644 --- a/finance/py-quantecon/Makefile +++ b/finance/py-quantecon/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.38:devel/py-numba@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes