Date: Sun, 13 Apr 2025 09:32:43 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 285930] devel/py-setuptools fails to build ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel Message-ID: <bug-285930-21822-bR4Bt3DfIN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-285930-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-285930-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=3D285930 --- Comment #8 from Yuri Victorovich <yuri@freebsd.org> --- (In reply to Oclair from comment #7) There's not much to research here. The commit message explains why devel/py-wheel044 was added: commit de7c5ca4a2d40df82a8ca46b37c8b859a412b89c Author: Charlie Li <vishwin@FreeBSD.org> Date: Sat Apr 5 13:12:38 2025 devel/py-wheel044: "temporarily" add The sole purpose of this port is to build setuptools < 70.1.0 under USE_PYTHON=3Dpep517, as a stopgap to allow newer Python distributions/interpreters to land while the setuptools update continues to be worked on. This port will be removed once setuptools is updated. Nothing else is to declare this as a dependency; continue to use devel/py-wheel elsewhere. As of setuptools 70.1.0, bdist_wheel (what setuptools executes as part of ${PEP517_BUILD_CMD} to build the wheel) has moved from wheel to setuptools [0], so once setuptools is updated past said version, consumers should not continue declaring devel/py-wheel in BUILD_DEPENDS unless the package needs functionality beyond what moved into setuptools. [0] https://setuptools.pypa.io/en/latest/history.html#v70-1-0 PR: 271673, 274671 The current version of setuptools in the ports tree fails to build with the current version of wheel. --=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-285930-21822-bR4Bt3DfIN>