Date: Thu, 30 Apr 2026 16:47:26 +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: a3e068a81e35 - main - misc/py-numcodecs: Fix RUN_DEPENDS Message-ID: <69f3879e.237d8.5b232b83@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=a3e068a81e3595a7e2e4d7e5dc4222cf8861901c commit a3e068a81e3595a7e2e4d7e5dc4222cf8861901c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-30 16:45:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-30 16:45:19 +0000 misc/py-numcodecs: Fix RUN_DEPENDS - Change from py-numpy to py-numpy - Do not bump PORTREVISION because this port does not build before bbea9171d95c59cc03d10c677a166373137d5208 breaks all dependent ports. For example: - devel/py-anndata - devel/py-xarray - devel/py-xarray-simlab - devel/py-zarr - filesystems/py-kerchunk - graphics/py-imagecodecs - graphics/py-imageio - graphics/py-scikit-image - graphics/py-tifffile - math/py-mathics - misc/py-napari - www/py-sentinelhub Approved by: portmgr (blanket) --- misc/py-numcodecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-numcodecs/Makefile b/misc/py-numcodecs/Makefile index 7f1e95c2afce..04405fd6c672 100644 --- a/misc/py-numcodecs/Makefile +++ b/misc/py-numcodecs/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.24:math/py-numpy1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.24:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy1>=1.24:math/py-numpy1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zfp>0:devel/py-zfp@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3879e.237d8.5b232b83>
