Date: Tue, 03 Feb 2026 05:18:01 +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: c45bbbdf840c - main - devel/py-greenlet: Update to 3.3.1 Message-ID: <69818509.186af.1adead54@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=c45bbbdf840cf29430d335f05e81dbb2558472a6 commit c45bbbdf840cf29430d335f05e81dbb2558472a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-03 04:44:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-03 05:09:30 +0000 devel/py-greenlet: Update to 3.3.1 Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst https://greenlet.readthedocs.io/en/latest/changes.html --- devel/py-greenlet/Makefile | 4 ++-- devel/py-greenlet/distinfo | 6 +++--- devel/py-greenlet/files/patch-pyproject.toml | 24 ++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index a452eab49552..c2d08d0dd6cc 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= greenlet -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE_PSFL= ${WRKSRC}/LICENSE.PSF NOT_FOR_ARCHS= mips mips64 NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-greenlet/distinfo b/devel/py-greenlet/distinfo index fe61f3f5394a..b36525b8f2d2 100644 --- a/devel/py-greenlet/distinfo +++ b/devel/py-greenlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765032708 -SHA256 (greenlet-3.3.0.tar.gz) = a82bb225a4e9e4d653dd2fb7b8b2d36e4fb25bc0165422a11e48b88e9e6f78fb -SIZE (greenlet-3.3.0.tar.gz) = 190651 +TIMESTAMP = 1769874298 +SHA256 (greenlet-3.3.1.tar.gz) = 41848f3230b58c08bb43dee542e74a2a2e34d3c59dc3076cec9151aeeedcae98 +SIZE (greenlet-3.3.1.tar.gz) = 184690 diff --git a/devel/py-greenlet/files/patch-pyproject.toml b/devel/py-greenlet/files/patch-pyproject.toml new file mode 100644 index 000000000000..6ddb96ff1cad --- /dev/null +++ b/devel/py-greenlet/files/patch-pyproject.toml @@ -0,0 +1,24 @@ +--- pyproject.toml.orig 2026-01-23 15:28:32 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + build-backend = "setuptools.build_meta" + requires = [ +- "setuptools >= 77.0.3" ++ "setuptools >= 61" + ] + + [project] +@@ -14,11 +14,7 @@ maintainers = [ + maintainers = [ + { name = "Jason Madden", email = "jason@seecoresoftware.com" } + ] +-license = "MIT AND Python-2.0" +-license-files = [ +- 'LICENSE', +- 'LICENSE.PSF', +-] ++license = { text = "MIT AND Python-2.0" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69818509.186af.1adead54>
