summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-16 16:55:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-19 20:46:45 +0200
commit6eeff48db938afd6f8fa8dc49ca864719858920e (patch)
tree67a8be049e93292f52e72f5a8bc183cf7bf61c4b /eclass/distutils-r1.eclass
parentsys-kernel/git-sources: update BASE_VER (diff)
downloadgentoo-6eeff48db938afd6f8fa8dc49ca864719858920e.tar.gz
gentoo-6eeff48db938afd6f8fa8dc49ca864719858920e.tar.bz2
gentoo-6eeff48db938afd6f8fa8dc49ca864719858920e.zip
distutils-r1.eclass: Document DISTUTILS_ARGS for maturin & meson
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 7a314673a90b..ddcba288d85c 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -448,6 +448,12 @@ unset -f _distutils_set_globals
# An array containing options to be passed to the build system.
# Supported by a subset of build systems used by the eclass.
#
+# For maturin, the arguments will be passed as `maturin build`
+# arguments.
+#
+# For meson-python, the arguments will be passed as `meson setup`
+# arguments.
+#
# For setuptools, the arguments will be passed as first parameters
# to setup.py invocations (via esetup.py), as well as to the PEP517
# backend. For future compatibility, only global options should be used