Date: Thu, 07 May 2026 05:46:42 +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: 6560cc67a0a2 - main - devel/py-crick: Update version requirement of BUILD_DEPENDS Message-ID: <69fc2742.3936b.2b0fe2c6@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=6560cc67a0a22025c85eae6d16266140c1b69d1a commit 6560cc67a0a22025c85eae6d16266140c1b69d1a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-07 05:43:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-07 05:43:11 +0000 devel/py-crick: Update version requirement of BUILD_DEPENDS - Bump PORTREVISION for package change --- devel/py-crick/Makefile | 10 ++-------- devel/py-crick/files/patch-pyproject.toml | 10 +++------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/devel/py-crick/Makefile b/devel/py-crick/Makefile index 3dccc890ba86..2621d366b7f6 100644 --- a/devel/py-crick/Makefile +++ b/devel/py-crick/Makefile @@ -1,6 +1,6 @@ PORTNAME= crick PORTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/dask/crick LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLAVOR} \ @@ -21,12 +21,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist concurrent cython pep517 -post-patch: - @${RM} ${WRKSRC}/crick/numpy_version.c - @${RM} ${WRKSRC}/crick/space_saving.c - @${RM} ${WRKSRC}/crick/stats.c - @${RM} ${WRKSRC}/crick/tdigest.c - post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-crick/files/patch-pyproject.toml b/devel/py-crick/files/patch-pyproject.toml index 3597eec3eec7..c16768b44551 100644 --- a/devel/py-crick/files/patch-pyproject.toml +++ b/devel/py-crick/files/patch-pyproject.toml @@ -1,17 +1,13 @@ ---- pyproject.toml.orig 2024-08-20 17:33:57 UTC +--- pyproject.toml.orig 2024-12-23 15:34:21 UTC +++ pyproject.toml -@@ -1,9 +1,9 @@ requires = [ +@@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=68.2.2", + "setuptools>=61", "setuptools-scm[toml]>=6.2", "Cython", -- "numpy>=2.0.0", -+ "numpy", - "versioneer[toml]", - ] - build-backend = "setuptools.build_meta:__legacy__" + "numpy>=2.0.0", @@ -33,4 +33,4 @@ tag_prefix = "" versionfile_source = "crick/_version.py" versionfile_build = "crick/_version.py"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2742.3936b.2b0fe2c6>
