Date: Sat, 01 Nov 2025 22:42:25 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 274671] lang/python313: New port, 3.13.9 release Message-ID: <bug-274671-21822-hw3NTteZD6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274671-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-274671-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274671 --- Comment #42 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=edcf1d7d57b44e838648ae0695afd23a43275fb7 commit edcf1d7d57b44e838648ae0695afd23a43275fb7 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2025-04-06 04:05:12 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-11-01 22:40:56 +0000 lang/python313: add What's new: https://docs.python.org/3/whatsnew/3.13.html Most notably, introduce free-threaded mode. As this mode changes the ABI, the entire distribution lives in a separate hierarchy, and thus a new child port (lang/python313t) and FLAVOR (py313t) are introduced. Co-authored-by: vishwin PR: 274671 Differential Revision: https://reviews.freebsd.org/D49680 Mk/Uses/python.mk | 2 +- Mk/bsd.default-versions.mk | 2 +- lang/Makefile | 2 + lang/python313/Makefile (new) | 181 + lang/python313/Makefile.version (new) | 7 + lang/python313/distinfo (new) | 3 + .../libressl/patch-Modules___hashopenssl.c (new) | 26 + lang/python313/files/patch-Makefile.pre.in (new) | 62 + .../files/patch-Misc__python-config.sh.in (new) | 11 + .../files/patch-Tools_jit___llvm.py (new) | 31 + .../files/patch-Tools_jit___targets.py (new) | 12 + lang/python313/files/patch-configure (new) | 11 + lang/python313/files/pkg-message.in (new) | 12 + lang/python313/pkg-descr (new) | 2 + lang/python313/pkg-plist (new) | 7913 ++++++++++++++++++++ lang/python313t/Makefile (new) | 16 + 16 files changed, 8291 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274671-21822-hw3NTteZD6>
