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 system improvements #1311

Open
4 of 7 tasks
friday opened this issue Nov 19, 2023 · 0 comments
Open
4 of 7 tasks

Build system improvements #1311

friday opened this issue Nov 19, 2023 · 0 comments
Labels
enhancement Improvement to an existing feature
Milestone

Comments

@friday
Copy link
Member

friday commented Nov 19, 2023

Description

This was among the first thing I started working on when making the v6 branch originally, so I rewrote setup.py to work on newer python versions and using setup.cfg, but since then the community decided to go with PEP-517 and pyproject.toml instead.

https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
https://drivendata.co/blog/python-packaging-2023

Sub tasks:

Poetry has a PEP 517 build back-end (poetry-core), but it is not PEP 621 compliant (not pyproject.toml), and Poetry also comes with a lot of dependencies, and they did do that weird breaking change in 1.2, where it threw an error 5% of the time intentionally in CI, so I am very reluctant to become dependent on poetry.

@friday friday added the enhancement Improvement to an existing feature label Nov 19, 2023
@friday friday added this to the 6.0.0 milestone Nov 19, 2023
@friday friday changed the title upgrade build system PEP 517 build system Nov 20, 2023
@friday friday modified the milestones: 6.0.0, TBD Feb 25, 2024
@friday friday changed the title PEP 517 build system Build system improvements Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant