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 build system based on PEP 517 and 518 #17

Closed
albireox opened this issue Jul 21, 2019 · 1 comment · Fixed by #22
Closed

Implement build system based on PEP 517 and 518 #17

albireox opened this issue Jul 21, 2019 · 1 comment · Fixed by #22

Comments

@albireox
Copy link
Member

Python and pip are slowly rolling out the implementation for PEP 517 and 518. Here's an article describing it.

In particular this allows using tools such as poetry that provide a really nice workflow and remove many of the inconveniences of using requirements.txt, setup.py, etc.

The disadvantages are that the system is still being deployed (although pip already supports it) and that removes old-style installation from source with setup.py. The new system seems to be take-or-leave it and it's probably not worth it to try to implement it while keeping compatibility with the previous build system.

@albireox
Copy link
Member Author

Poetry seems to have some issues related with pip not yet supporting PEP-517 (see python-poetry/poetry/issues/1279). At this point it would probably be best to implement #18, including changing setup.py.

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 a pull request may close this issue.

1 participant