Software using Python PEP517 builds use various backends, one is the old
familiar setuptools, another is flit_core which we have in ports, here's
a port for another one, Hatchling, plus a required dependency.
OK to import? (the do-build/do-install mess in py-hatchling will go away
with the python.port.mk changes I'm sending separately).
py-hatchling:
Hatchling is the extensible, standards compliant build backend used by Hatch.
py-editables:
This library supports the building of wheels which, when installed, will
expose packages in a local directory on sys.path in "editable mode".
In other words, changes to the package source will be reflected in the
package visible to Python, without needing a reinstall.
No comments:
Post a Comment