git: 6ee5eeeea9bc - main - science/py-inequality: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:18:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ee5eeeea9bcda125cb958d390ba6672a0fd1586 commit 6ee5eeeea9bcda125cb958d390ba6672a0fd1586 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:06:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:23 +0000 science/py-inequality: Update USES=python math/py-numpy requires Python 3.7+ --- science/py-inequality/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-inequality/Makefile b/science/py-inequality/Makefile index 585811391627..1995389ccb1f 100644 --- a/science/py-inequality/Makefile +++ b/science/py-inequality/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes