Date: Thu, 21 May 2026 15:08:54 +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: bb02e412faca - main - devel/py-jaraco.collections: Update to 5.2.1 Message-ID: <6a0f2006.42772.768383d@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=bb02e412facacd2c4903852c40b0d26eabccd8e7 commit bb02e412facacd2c4903852c40b0d26eabccd8e7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-21 14:54:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-21 14:54:12 +0000 devel/py-jaraco.collections: Update to 5.2.1 - Clean up BUILD_DEPENDS - Update version requirement of *_DEPENDS - Sort BUILD_DEPENDS Changes: https://github.com/jaraco/jaraco.collections/blob/main/NEWS.rst PR: 295153 Approved by: nivit (maintainer) --- devel/py-jaraco.collections/Makefile | 9 ++++----- devel/py-jaraco.collections/distinfo | 6 +++--- .../files/patch-pyproject.toml | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/devel/py-jaraco.collections/Makefile b/devel/py-jaraco.collections/Makefile index 52a82ab8277e..9a9fab1ee9f7 100644 --- a/devel/py-jaraco.collections/Makefile +++ b/devel/py-jaraco.collections/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaraco.collections -DISTVERSION= 5.1.0 +DISTVERSION= 5.2.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,10 @@ WWW= https://github.com/jaraco/jaraco.collections LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=0:devel/py-jaraco.text@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytest diff --git a/devel/py-jaraco.collections/distinfo b/devel/py-jaraco.collections/distinfo index 55d29e797699..64932bfa8412 100644 --- a/devel/py-jaraco.collections/distinfo +++ b/devel/py-jaraco.collections/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742037605 -SHA256 (jaraco_collections-5.1.0.tar.gz) = 0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2 -SIZE (jaraco_collections-5.1.0.tar.gz) = 19026 +TIMESTAMP = 1778116629 +SHA256 (jaraco_collections-5.2.1.tar.gz) = dab81970bad6f0ab53b20745f1b01da37926e4c0fcd425046aa45e0d8efa18ed +SIZE (jaraco_collections-5.2.1.tar.gz) = 19729 diff --git a/devel/py-jaraco.collections/files/patch-pyproject.toml b/devel/py-jaraco.collections/files/patch-pyproject.toml new file mode 100644 index 000000000000..497f78287979 --- /dev/null +++ b/devel/py-jaraco.collections/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-06-21 20:03:02 UTC ++++ pyproject.toml +@@ -1,9 +1,7 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77", ++ "setuptools>=61", + "setuptools_scm[toml]>=3.4.1", +- # jaraco/skeleton#174 +- "coherent.licensed", + ] + build-backend = "setuptools.build_meta" + +@@ -21,7 +19,7 @@ requires-python = ">=3.9" + "Programming Language :: Python :: 3 :: Only", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = {text = "MIT"} + dependencies = [ + "jaraco.text", + ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f2006.42772.768383d>
