-
Notifications
You must be signed in to change notification settings - Fork 163
bdist_wheel should be able to work with pre-computed dist-info, per PEP-517 #611
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
Comments
pelson
added a commit
to pelson/wheel
that referenced
this issue
Apr 24, 2024
…handle prepare_metadata_for_build_wheel correctly as per PEP-517. Closes pypa#611
pelson
added a commit
to pelson/wheel
that referenced
this issue
Apr 24, 2024
…handle prepare_metadata_for_build_wheel correctly as per PEP-517. Closes pypa#611
pelson
added a commit
to pelson/wheel
that referenced
this issue
Apr 24, 2024
…handle prepare_metadata_for_build_wheel correctly as per PEP-517. Closes pypa#611
pelson
added a commit
to pelson/wheel
that referenced
this issue
Apr 24, 2024
…handle prepare_metadata_for_build_wheel correctly as per PEP-517. Closes pypa#611
pelson
added a commit
to pelson/wheel
that referenced
this issue
Apr 24, 2024
…handle prepare_metadata_for_build_wheel correctly as per PEP-517. Closes pypa#611
I'm closing this, as the canonical location for |
Thanks for following-up, and congrats on tightening the scope of the project 👍. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed at pypa/setuptools#1825, PEP-517 states that a wheel building backend should be able to accept an existing dist-info directory.
Currently,
bdist_wheel
does not make this possible. Would it be possible to add adist-info-dir
or equivalent argument tobdist_wheel
?The text was updated successfully, but these errors were encountered: