diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-07 08:27:23 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 08:27:23 +0700 |
| commit | cce9fcc8bf40894390fb8b5302864b8f8d90e636 (patch) | |
| tree | 56e97f00829358001e506d91272f78a14baf70c1 /python/python3-mesonpy/README | |
| parent | 684812c1b2d3ceeab1a09952c1316731be153e13 (diff) | |
python/python3-mesonpy: Added (Meson Python build backend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mesonpy/README')
| -rw-r--r-- | python/python3-mesonpy/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-mesonpy/README b/python/python3-mesonpy/README new file mode 100644 index 0000000000..1fca1c060f --- /dev/null +++ b/python/python3-mesonpy/README @@ -0,0 +1,11 @@ +python3-mesonpy (Meson Python build backend, PEP517) + +meson-python is a Python build backend built on top of the Meson build +system. It enables to use Meson for the configuration and build steps +of Python packages. + +NOTE: Does not work with the stock 15.0 meson. + +PYTHONPATH needs to be set to use python3-meson-opt. + + export PYTHONPATH=/opt/python3.9/site-packages/ |
