summaryrefslogtreecommitdiffstats
path: root/python/python3-mesonpy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-mesonpy/README')
-rw-r--r--python/python3-mesonpy/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-mesonpy/README b/python/python3-mesonpy/README
new file mode 100644
index 0000000000..7704a38f0b
--- /dev/null
+++ b/python/python3-mesonpy/README
@@ -0,0 +1,12 @@
+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