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! :) |
General
Have the results of the proposed changes been tested?