Date: Fri, 5 Nov 2021 19:17:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 61a5dcbbae45 - main - graphics/py-h3: Update USES=python Message-ID: <202111051917.1A5JHX6e088365@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051917.1A5JHX6e088365>