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

Implement a simplified wheel builder (avoid undocumented pypa/wheel API) #3906

Closed

Conversation

abravalheri
Copy link
Contributor

@abravalheri abravalheri commented Apr 24, 2023

Summary of changes

  • Implements a WheelBuilder class that suits setuptools needs.
    This means that this class does not have to be generic and can be simplified.

This can be leveraged in the future when creating editable or regular wheels, while avoiding external and cyclic dependencies.


This is part of a series of PRs:

The motivation for this series of PRs is the following:


Pull Request Checklist

@abravalheri abravalheri force-pushed the dev/avoid_wheel_unstable_api branch from 79e5761 to c9a8429 Compare May 3, 2023 13:18
@abravalheri abravalheri force-pushed the dev/simplified_wheelbuilder branch from f4e4737 to 7f05c32 Compare May 3, 2023 13:19
@abravalheri abravalheri changed the title Implement a simplified wheel builder Implement a simplified wheel builder (avoid undocumented pypa/wheel API) May 3, 2023
@abravalheri abravalheri marked this pull request as ready for review May 10, 2023 13:55
@abravalheri abravalheri marked this pull request as draft March 5, 2024 12:08
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

1 participant