https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291209
Charlie Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not Accepted CC| |[email protected] Status|New |Closed Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | --- Comment #1 from Charlie Li <[email protected]> --- Absolutely not. During the initial development of USE_PYTHON=pep517, I intentionally implemented this aspect as a sanity and security check that USE_PYTHON=distutils would never have. Considering that PyPI and other sources have had typosquatting and other malware issues arising from deceptive naming, it is important that there is a verification that the correct wheel is built and installed. Python packaging also has strict standards for package names and their normalisation, and they are to be enforced here as well. Go back to bug 270358 and help fix the failing ports. -- You are receiving this mail because: You are the assignee for the bug.
