Date: Mon, 10 Mar 2025 19:29:43 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 268283] databases/py-sqlite3: switch away from distutils Message-ID: <bug-268283-21822-Wz3h6QDgCE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268283 --- Comment #22 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D7e633595cf9df9a557a7d3b421b73e7= 4ab0c057f commit 7e633595cf9df9a557a7d3b421b73e74ab0c057f Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-03-10 00:02:09 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-03-10 19:28:13 +0000 lang/python27: re-add _tkinter into the distribution x11-toolkits/py-tkinter is otherwise built separately, ie disabled in the main Python distribution build, due to circular (build) dependencies with Python itself in lang/tk*. Since this Python version is never default anymore, having been EOLed for years among other things, it is safe to re-add _tkinter as part of the main distribution build. Also update pkg-message to reflect extension module ports unavailability. This is to benefit the only remaining consumer, games/renpy, as x11-toolkits/py-tkinter transitions to Python 3+ only. The relevant OPTION has been removed as having _tkinter always present makes the option a no-op. PR: 268283 games/renpy/Makefile | 8 +++----- lang/python27/Makefile | 4 ++-- lang/python27/files/patch-setup.py | 18 +++++++++--------- lang/python27/pkg-message | 9 ++------- lang/python27/pkg-plist | 1 + 5 files changed, 17 insertions(+), 23 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268283-21822-Wz3h6QDgCE>