[Bug 274643] Mk/Uses/python.mk: Add PEP517_WHEEL_VERSION to allow custom wheel versions

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Oct 2023 15:43:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274643

Charlie Li <vishwin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vishwin@freebsd.org

--- Comment #2 from Charlie Li <vishwin@freebsd.org> ---
No.

This was intentionally left out of the design and should never be considered.
We need to ensure that not only the metadata matches exactly between the Python
side and ours, but not allowing anything to be overridden on our side. We
already have enough ports with mismatched metadata because USE_PYTHON=distutils
doesn't have any such checks like USE_PYTHON=pep517. Unfortunately the wider
Python package ecosystem doesn't take security seriously enough to allow
flexibility on our end.

-- 
You are receiving this mail because:
You are the assignee for the bug.