Date: Thu, 07 May 2026 05:46:45 +0000 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: 82a747465854 - main - devel/py-pycocotools: Update version requirement of BUILD_DEPENDS Message-ID: <69fc2745.3936f.7cfe3f31@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82a747465854a129c66f1da5a896250138344abe commit 82a747465854a129c66f1da5a896250138344abe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-07 05:43:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-07 05:43:15 +0000 devel/py-pycocotools: Update version requirement of BUILD_DEPENDS --- devel/py-pycocotools/Makefile | 2 +- devel/py-pycocotools/files/patch-pyproject.toml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/devel/py-pycocotools/Makefile b/devel/py-pycocotools/Makefile index 951108d1492f..113d27d3b200 100644 --- a/devel/py-pycocotools/Makefile +++ b/devel/py-pycocotools/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/ppwwyyxx/cocoapi/tree/master/PythonAPI LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1<3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=43.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} diff --git a/devel/py-pycocotools/files/patch-pyproject.toml b/devel/py-pycocotools/files/patch-pyproject.toml index ae8e3ebbde70..382bd5ba6fdb 100644 --- a/devel/py-pycocotools/files/patch-pyproject.toml +++ b/devel/py-pycocotools/files/patch-pyproject.toml @@ -1,12 +1,10 @@ ---- pyproject.toml.orig 2025-06-04 23:30:12 UTC +--- pyproject.toml.orig 2025-12-15 22:19:06 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] +@@ -2,6 +2,6 @@ requires = [ requires = [ "cython>=3.1.0", -- "numpy>=2.0.0,<3", + "numpy>=2.0.0,<3", - "setuptools>=70.1.0", -+ "numpy", + "setuptools>=43.0.0", ] build-backend = "setuptools.build_meta"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2745.3936f.7cfe3f31>
