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

wheel pack duplicates WHEEL content #415

Closed
davidism opened this issue Aug 10, 2021 · 0 comments
Closed

wheel pack duplicates WHEEL content #415

davidism opened this issue Aug 10, 2021 · 0 comments
Labels

Comments

@davidism
Copy link

If I do wheel unpack MarkupSafe-2.0.1-cp39-cp39-linux_x86_64.whl, then wheel pack --build-number 01 MarkupSafe-2.0.1, the content of the WHEEL file now looks like:

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: false
Tag: cp39-cp39-linux_x86_64

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: false
Tag: cp39-cp39-linux_x86_64

Build: 01

While it does install, it seems like wheel pack could avoid duplicating the other existing lines along with replacing the build number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@agronholm @davidism and others