python-editables: Add new host-only package
authorJeffery To <jeffery.to@gmail.com>
Tue, 28 Feb 2023 17:29:40 +0000 (01:29 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 31 Mar 2023 05:07:49 +0000 (13:07 +0800)
commit4465e57e5d8ce0cc9a153a0666c5a38d00fa2e8a
tree40764c1d6abdb3bd2d57f88685346372644481f7
parentbbc9b144700accb5041e34c27ab53265c1290495
python-editables: Add new host-only package

From the README:

A Python library for creating "editable wheels"

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.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-editables/Makefile [new file with mode: 0644]