-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
New package: python3-poetry-core-1.0.3 #30552
Conversation
Resolves #30551 |
@eli-schwartz has pointed out on #30551 that |
Using the setup.py has consistent semantics in line with all other python ecosystem packages and additionally reduces the bootstrap graph a bit (maybe a lot, if void were to properly devendor pip/setuptools to use system dependencies). And the pep517 build style is not commonly used -- in fact my understanding is it was added as a precautionary measure in case it became impossible to continue maintaining existing packages without it. |
Alright! I have rewritten the template to build using |
Since it looks like poetry-core might be pushing a new release soon, and there's a decent chance (fingers crossed!) it'll include tests in its sdist (see python-poetry/poetry-core#173), perhaps we'll wait a couple days & I can update this to the newest release before merging! :) |
Closes: void-linux#30552 [via git-merge-pr]
General
Have the results of the proposed changes been tested?