git: 8c092fa364a8 - main - math/py-pygsl: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c092fa364a805c11164e9d6a82d98f02a9f683c commit 8c092fa364a805c11164e9d6a82d98f02a9f683c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:05:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:20 +0000 math/py-pygsl: Update USES=python math/py-numpy requires Python 3.7+ --- math/py-pygsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile index 5abb2a33d174..6133695b2b48 100644 --- a/math/py-pygsl/Makefile +++ b/math/py-pygsl/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgsl.so:math/gsl 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 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}