[Bug 285930] devel/py-setuptools fails to build ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
Date: Sun, 13 Apr 2025 09:32:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285930
--- 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=pep517, 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.
--
You are receiving this mail because:
You are the assignee for the bug.