[Bug 268893] Mk/Uses/python.mk: need a way to specify wheel name != PORTNAME
Date: Wed, 11 Jan 2023 20:13:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268893 --- Comment #3 from Charlie Li <vishwin@freebsd.org> --- Comment on attachment 239409 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239409 python.mk patch Allowing to override the wheel filename is a direct violation of the binary distribution format (wheel) specification, originally PEP-427, so that will not be supported. https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-name-convention However, per both the wheel specification and similar to PEP-503, distribution (PORTNAME) names are to be normalised from "[-_.]+" to "_" and lowercased. Good start however. -- You are receiving this mail because: You are on the CC list for the bug.