Date: Sun, 31 May 2026 03:48:18 +0000 From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Hiroo Ono <hiroo.ono+freebsd@gmail.com> Subject: git: 2905e9556721 - main - devel/py-game_sdl2: fix Python package local version identifier Message-ID: <6a1baf82.39f03.661e840d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2905e9556721917ba8d8fa235ceec18c00b71a49 commit 2905e9556721917ba8d8fa235ceec18c00b71a49 Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2026-04-11 02:27:00 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2026-05-31 03:44:12 +0000 devel/py-game_sdl2: fix Python package local version identifier fixes build with newer setuptools, which more strictly enforces PyPA version specifier standards PR: 294404 Approved by: maintainer timeout With hat: python --- devel/py-game_sdl2/Makefile | 2 +- devel/py-game_sdl2/files/patch-setup.cfg | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile index 0f2f09b94eef..4f0a0e542f8b 100644 --- a/devel/py-game_sdl2/Makefile +++ b/devel/py-game_sdl2/Makefile @@ -1,6 +1,6 @@ PORTNAME= game_sdl2 PORTVERSION= 7.4.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-game_sdl2/files/patch-setup.cfg b/devel/py-game_sdl2/files/patch-setup.cfg new file mode 100644 index 000000000000..1396a44265fa --- /dev/null +++ b/devel/py-game_sdl2/files/patch-setup.cfg @@ -0,0 +1,8 @@ +--- setup.cfg.orig 2026-04-11 01:34:18 UTC ++++ setup.cfg +@@ -1,4 +1,4 @@ + [egg_info] +-tag_build = -for-renpy-7.4.11 ++tag_build = +for-renpy-7.4.11 + tag_date = 0 +home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1baf82.39f03.661e840d>
