c@FreeBSD.org> Subject: git: 72d58f221228 - main - devel/shiboken6: Switch to NumPy 2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: makc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 72d58f22122808bfc371865335e26f74b6229954 Auto-Submitted: auto-generated Date: Tue, 05 May 2026 19:33:06 +0000 Message-Id: <69fa45f2.40888.13ef0f13@gitrepo.freebsd.org> The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=72d58f22122808bfc371865335e26f74b6229954 commit 72d58f22122808bfc371865335e26f74b6229954 Author: Max Brazhnikov AuthorDate: 2026-05-05 19:27:10 +0000 Commit: Max Brazhnikov 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.py