On Fri, Aug 12, 2022 at 03:42:18PM +0100, Stuart Henderson wrote:
> 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).

ok kmos to import

(I am about to ok the python.port.mk change too, so if you want to
commit that first and then just import the cleaned up version, ok)

--Kurt

> 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.



Reply via email to