Date: Thu, 21 May 2026 15:05:25 +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: ffa850d9a9c1 - main - devel/py-decorator: Update to 5.3.1 Message-ID: <6a0f1f35.43f0d.5d3270da@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=ffa850d9a9c1a7bdf8d76f09c14b444ef27d07eb commit ffa850d9a9c1a7bdf8d76f09c14b444ef27d07eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-21 14:51:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-21 14:51:16 +0000 devel/py-decorator: Update to 5.3.1 Changes: https://github.com/micheles/decorator/blob/master/CHANGES.md --- devel/py-decorator/Makefile | 4 ++-- devel/py-decorator/distinfo | 6 +++--- devel/py-decorator/files/patch-pyproject.toml | 9 +++++++++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/devel/py-decorator/Makefile b/devel/py-decorator/Makefile index 0a4edd55a583..f950d65cf5c4 100644 --- a/devel/py-decorator/Makefile +++ b/devel/py-decorator/Makefile @@ -1,5 +1,5 @@ PORTNAME= decorator -PORTVERSION= 5.2.1 +PORTVERSION= 5.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/micheles/decorator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= cpe python diff --git a/devel/py-decorator/distinfo b/devel/py-decorator/distinfo index 5936dc676489..4d6ad33cea9e 100644 --- a/devel/py-decorator/distinfo +++ b/devel/py-decorator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836114 -SHA256 (decorator-5.2.1.tar.gz) = 65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360 -SIZE (decorator-5.2.1.tar.gz) = 56711 +TIMESTAMP = 1779222946 +SHA256 (decorator-5.3.1.tar.gz) = 4cbcdd55a6efadb9dbea26b858f4fb3264567b52d69ca0d25b721b553f60ea82 +SIZE (decorator-5.3.1.tar.gz) = 58084 diff --git a/devel/py-decorator/files/patch-pyproject.toml b/devel/py-decorator/files/patch-pyproject.toml new file mode 100644 index 000000000000..87e1b9ba296a --- /dev/null +++ b/devel/py-decorator/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2026-05-18 03:55:29 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77.0.0"] ++requires = ["setuptools>=61.0.0"] + build-backend = "setuptools.build_meta" + + [project]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f35.43f0d.5d3270da>
