Date: Sat, 18 Apr 2026 22:02:57 +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: a6c5d1879966 - main - devel/py-jaraco.packaging: Update to 10.4.0 Message-ID: <69e3ff91.33958.24ecc18a@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=a6c5d187996609429e1b810fa78e6edaf5c14f9d commit a6c5d187996609429e1b810fa78e6edaf5c14f9d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:23:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:51:57 +0000 devel/py-jaraco.packaging: Update to 10.4.0 Changes: https://github.com/jaraco/jaraco.packaging/blob/main/NEWS.rst --- devel/py-jaraco.packaging/Makefile | 4 ++-- devel/py-jaraco.packaging/distinfo | 6 +++--- .../py-jaraco.packaging/files/patch-pyproject.toml | 21 +++++++++++++++++++-- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/devel/py-jaraco.packaging/Makefile b/devel/py-jaraco.packaging/Makefile index a21cbedbff6f..c8ed8ad9f555 100644 --- a/devel/py-jaraco.packaging/Makefile +++ b/devel/py-jaraco.packaging/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaraco.packaging -PORTVERSION= 10.2.3 +PORTVERSION= 10.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/jaraco/jaraco.packaging LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${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}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} \ diff --git a/devel/py-jaraco.packaging/distinfo b/devel/py-jaraco.packaging/distinfo index 5ef4b3225a63..8c8008e3712b 100644 --- a/devel/py-jaraco.packaging/distinfo +++ b/devel/py-jaraco.packaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559727 -SHA256 (jaraco_packaging-10.2.3.tar.gz) = d726cc42faa62b2f70585cbe1176b4b469fe6d75f21b19034b688b4340917933 -SIZE (jaraco_packaging-10.2.3.tar.gz) = 13591 +TIMESTAMP = 1775587310 +SHA256 (jaraco_packaging-10.4.0.tar.gz) = 7537e3a2be1c90f8442442cec6e31a9a2fd0a022223b0986286f08492483fc88 +SIZE (jaraco_packaging-10.4.0.tar.gz) = 15779 diff --git a/devel/py-jaraco.packaging/files/patch-pyproject.toml b/devel/py-jaraco.packaging/files/patch-pyproject.toml index e569f2caef80..166f16d1d354 100644 --- a/devel/py-jaraco.packaging/files/patch-pyproject.toml +++ b/devel/py-jaraco.packaging/files/patch-pyproject.toml @@ -1,6 +1,23 @@ ---- pyproject.toml.orig 2024-06-21 19:10:43 UTC +--- pyproject.toml.orig 2026-02-22 16:40:06 UTC +++ pyproject.toml -@@ -22,7 +22,6 @@ dependencies = [ +@@ -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" + +@@ -22,12 +20,11 @@ requires-python = ">=3.9" + "Framework :: Sphinx :: Extension", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = { text = "MIT" } + dependencies = [ # virtualenv extra due to pypa/build#266 "build[virtualenv]", "jaraco.context",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff91.33958.24ecc18a>
