Date: Tue, 05 May 2026 19:33:06 +0000 Subject: git: 72d58f221228 - main - devel/shiboken6: Switch to NumPy 2 Message-ID: <69fa45f2.40888.13ef0f13@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=72d58f22122808bfc371865335e26f74b6229954 commit 72d58f22122808bfc371865335e26f74b6229954 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2026-05-05 19:27:10 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2026-05-05 19:29:33 +0000 devel/shiboken6: Switch to NumPy 2 --- devel/shiboken6/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/shiboken6/Makefile b/devel/shiboken6/Makefile index 82af98a5c496..ae27949ef2ec 100644 --- a/devel/shiboken6/Makefile +++ b/devel/shiboken6/Makefile @@ -48,9 +48,9 @@ DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} DOCS_ALL_TARGET= all doc DOCS_PORTDOCS= * -NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} -NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} -NUMPY_CMAKE_ON= -DNUMPY_INCLUDE_DIR:PATH="${PYTHON_SITELIBDIR}/numpy/core/include" +NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} +NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} +NUMPY_CMAKE_ON= -DNUMPY_INCLUDE_DIR:PATH="${PYTHON_SITELIBDIR}/numpy/_core/include" post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/shiboken_tool.pyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fa45f2.40888.13ef0f13>
