git: 0d3a1b3c6508 - main - science/py-pupynere: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:18:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d3a1b3c65084559979601cbc9bf6519da456751 commit 0d3a1b3c65084559979601cbc9bf6519da456751 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:06:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:24 +0000 science/py-pupynere: Update USES=python math/py-numpy requires Python 3.7+ --- science/py-pupynere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index 0f938742c5fc..35677fef15af 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes