Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 15:43:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 274643] Mk/Uses/python.mk: Add PEP517_WHEEL_VERSION to allow custom wheel versions
Message-ID:  <bug-274643-21822-jSh5SQwLh6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274643-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274643-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=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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274643-21822-jSh5SQwLh6>