slackbuilds/python/python3-mesonpy
fourtysixandtwo c0b6982cb2
python/python3-mesonpy: Updated for version 0.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-10 12:08:59 +07:00
..
README python/python3-mesonpy: README fixes. 2024-04-05 15:18:08 +07:00
python3-mesonpy.SlackBuild python/python3-mesonpy: Updated for version 0.18.0. 2025-05-10 12:08:59 +07:00
python3-mesonpy.info python/python3-mesonpy: Updated for version 0.18.0. 2025-05-10 12:08:59 +07:00
slack-desc

README

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.

PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages