git: 61a5dcbbae45 - main - graphics/py-h3: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=61a5dcbbae453ad95ff73440646cb05c85966cc3 commit 61a5dcbbae453ad95ff73440646cb05c85966cc3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:03:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:14 +0000 graphics/py-h3: Update USES=python math/py-numpy requires Python 3.7+ --- graphics/py-h3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index ee74ed43805d..43f53e28d3d2 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= localbase:ldflags ninja:build python:3.6+ +USES= localbase:ldflags ninja:build python:3.7+ USE_PYTHON= autoplist concurrent cython distutils CFLAGS+= -I${LOCALBASE}/include/h3