Date: Sat, 05 Apr 2025 20:58:45 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 271673] lang/python312: New port, update to 3.12.8 Message-ID: <bug-271673-21822-ufThhoA0L6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271673-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-271673-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=3D271673 --- Comment #62 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D8b5ae17d2f43388fade30e266615a9e= 34bf06abd commit 8b5ae17d2f43388fade30e266615a9e34bf06abd Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-04-05 20:45:55 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-04-05 20:45:55 +0000 devel/py-setuptools: convert to USE_PYTHON=3Dpep517 The previous method of building/bootstrapping setuptools via the built-in distutils module no longer works in Python 3.12+ as it has been removed [0]. Since USE_PYTHON=3Dpep517 has its own bootstrapping process, use this method to build setuptools. This allows newer Python distributions/interpreters to land in the tree, for the purpose of having buildable packages. While here, remove a slew of dead code and adjust WWW [0] https://peps.python.org/pep-0632/ PR: 271673, 274671 devel/py-setuptools/Makefile | 39 ++++++------------= ---- .../files/easy-install.pth.dist (gone) | 2 -- .../patch-setuptools_package__index.py (gone) | 11 ------ devel/py-setuptools/files/pkg-message.in (gone) | 8 ----- 4 files changed, 10 insertions(+), 50 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-271673-21822-ufThhoA0L6>