Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build tag is not correctly added to WHEEL metadata file #238

Open
tttapa opened this issue Nov 21, 2024 · 0 comments
Open

Build tag is not correctly added to WHEEL metadata file #238

tttapa opened this issue Nov 21, 2024 · 0 comments

Comments

@tttapa
Copy link
Contributor

tttapa commented Nov 21, 2024

Describe the bug
The build tag (distlib.wheel.Wheel.buildver) is not added to the WHEEL metadata file as prescribed by PEP 491.

To Reproduce
Use distlib.wheel to generate a wheel package with buildver='1foo'. Observe that the WHEEL metadata file does not contain a Build: 1foo line. Alternatively, Ctrl+F for buildver in distlib/wheel.py.

Expected behavior
The WHEEL metadata file should contain a Build: 1foo line if buildver='1foo'.

Environment

  • OS: any
  • distlib: 0.3.9
tttapa added a commit to tttapa/py-build-cmake that referenced this issue Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant