python: Add proper support for pyproject.toml-based builds
authorJeffery To <redacted>
Fri, 17 Feb 2023 17:13:22 +0000 (01:13 +0800)
committerJeffery To <redacted>
Mon, 24 Apr 2023 08:20:33 +0000 (16:20 +0800)
commit5156c0c82bcb18481bf588ba4b1ff67c12422a80
treedfef7a78154bb50e5ae24ab39aff0a624db78949
parent705176cd6ab47ff51ca75a9f05e97c2e4804f6cc
python: Add proper support for pyproject.toml-based builds

This removes the changes made in
61f202c0170785addbbc449e4de61cc5886f0833 and adds actual support for
pyproject.toml-based (PEP 517) builds of Python packages.

Packages can force the use of the old build process by setting
PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1; this should only be a temporary
workaround until the package can be updated/fixed to use the new build
process.

Signed-off-by: Jeffery To <redacted>
lang/python/python3-host.mk
lang/python/python3-package.mk
lang/python/python3/Makefile
lang/python/setup.py.shim [deleted file]
git clone https://git.99rst.org/PROJECT