python-editables: Add new host-only package
authorJeffery To <jeffery.to@gmail.com>
Tue, 28 Feb 2023 17:29:40 +0000 (01:29 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Nov 2023 00:36:27 +0000 (01:36 +0100)
commitf42d8f7e193985878909ac8f76123f32dce5b441
tree03d7b7eb78ef89b57b5dd2c3d348bc50db54b647
parent13529ea17fb87ba6c64ae519c31436831bf49202
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>
(cherry picked from commit 4465e57e5d8ce0cc9a153a0666c5a38d00fa2e8a)
lang/python/python-editables/Makefile [new file with mode: 0644]