[Bug 268283] databases/py-sqlite3: switch away from distutils
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268283] databases/py-sqlite3: switch to setuptools"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 19:29:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #22 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e633595cf9df9a557a7d3b421b73e74ab0c057f 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(-) -- You are receiving this mail because: You are the assignee for the bug.