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

Add PEP 660 support #119

Merged
merged 7 commits into from
Jul 18, 2021
Merged

Add PEP 660 support #119

merged 7 commits into from
Jul 18, 2021

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Jul 9, 2021

  • tests
  • changelog

Factor out the wheel building operation so the
metadata extraction logic can be resused
for editables.
So we get a precise exception when prepare_metadata_for_build_editable
fallback fails due to a missing build_editable hook.
@sbidoul
Copy link
Member Author

sbidoul commented Jul 10, 2021

This should be ready for review/comments.

It is mostly a straightforward copy of the wheel hooks, with a small difference in the prepare_metadata_for_build_editable fallback in case the build_editable hook is missing.

Do not merge just yet as I'll do more integration testing with pip.

@sbidoul sbidoul marked this pull request as ready for review July 16, 2021 16:48
@sbidoul
Copy link
Member Author

sbidoul commented Jul 16, 2021

I did further testing with pip. This should be good for merging.

@takluyver takluyver merged commit e97bd1d into pypa:master Jul 18, 2021
@takluyver
Copy link
Member

Thanks @sbidoul !

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

Successfully merging this pull request may close these issues.

None yet

2 participants