[Bug 268893] Mk/Uses/python.mk: need a way to specify wheel name != PORTNAME

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 Jan 2023 02:40:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268893

Yasuhiro Kimura <yasu@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #12 from Yasuhiro Kimura <yasu@freebsd.org> ---
(In reply to Charlie Li from comment #3)

I checked PyPI for a few minutes and could easily find some projects that the
wheel filename doesn't match the convention.

https://pypi.org/project/odoo12-addons-oca-maintenance/#files
https://pypi.org/project/windy-weather-crawler/#files
https://pypi.org/project/utils-nuuuwan/#files
https://pypi.org/project/mobio-media-sdk/#files
https://pypi.org/project/pyagrum-nightly/#files
https://pypi.org/project/mkdocs-latest-version-tag-plugin/#files
https://pypi.org/project/streammachine-api-definitions/#files

I guess there are a lot of projects that violate PEP 427, and probably it's
impossible to make them correct violation. So I think we need to handle such
cases by our side.

-- 
You are receiving this mail because:
You are on the CC list for the bug.