duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

Investigate using `build` for `bork.api.dependencies()` #310

Closed duckinator closed 10 months ago

duckinator commented 1 year ago

Investigate if bork dependencies/bork.api.dependencies() can use build instead of pep517.meta.

If yes, switch to build.

If not, switch to pyproject_hooks (since pep517 seems to have been renamed to that).

duckinator commented 10 months ago

It appears neither pyproject-hooks nor build supports this, so in #318 I opted to remove bork dependencies and bork.api.dependencies() entirely.