[Bug 268893] Mk/Uses/python.mk: need a way to specify wheel name != PORTNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 21:48:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268893
Yasuhiro Kimura <yasu@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yasu@freebsd.org
--- Comment #5 from Yasuhiro Kimura <yasu@freebsd.org> ---
I'm now working to update mail/py-spf-engine to 3.0.2 and faced same problem.
On PyPI it is registered as 'spf-engine'.
https://pypi.org/project/spf-engine/
But wheel name seems to use 'spf_engine'.
In fact, if I check https://pypi.org/project/spf-engine/#files, file name of
source distribution is 'spf-engine-3.0.2.tar.gz' but that of build distribution
is 'spf_engine-3.0.2-py3-none-any.whl'.
--
You are receiving this mail because:
You are on the CC list for the bug.