Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Arthur Zamarin <arthurzam@g.o>
Subject: [gentoo-dev] [PATCH 17/18] distutils-r1.eclass: small docs format fixes
Date: Sat, 04 Jun 2022 09:09:15
Message-Id: 20220604090334.4003-18-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/18] distutils-r1.eclass D_U_PEP517=no mode & other patches by "Michał Górny"
1 From: Arthur Zamarin <arthurzam@g.o>
2
3 Signed-off-by: Arthur Zamarin <arthurzam@g.o>
4 ---
5 eclass/distutils-r1.eclass | 9 ++++++---
6 1 file changed, 6 insertions(+), 3 deletions(-)
7
8 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
9 index 30f7d941f0d4..9536e5c466be 100644
10 --- a/eclass/distutils-r1.eclass
11 +++ b/eclass/distutils-r1.eclass
12 @@ -119,7 +119,7 @@ esac
13 # - sip - sipbuild backend
14 #
15 # - standalone - standalone build systems without external deps
16 -# (used for bootstrapping).
17 +# (used for bootstrapping).
18 #
19 # The variable needs to be set before the inherit line. The eclass
20 # adds appropriate build-time dependencies and verifies the value.
21 @@ -149,10 +149,10 @@ esac
22 # - rdepend -- add it to BDEPEND+RDEPEND (e.g. when using pkg_resources)
23 #
24 # - pyproject.toml -- use pyproject2setuptools to install a project
25 -# using pyproject.toml (flit, poetry...)
26 +# using pyproject.toml (flit, poetry...)
27 #
28 # - manual -- do not add the dependency and suppress the checks
29 -# (assumes you will take care of doing it correctly)
30 +# (assumes you will take care of doing it correctly)
31 #
32 # This variable is effective only if DISTUTILS_OPTIONAL is disabled.
33 # It is available only in non-PEP517 mode. It needs to be set before
34 @@ -628,8 +628,11 @@ distutils_enable_tests() {
35 # (if ${EPYTHON} is set; fallback 'python' otherwise).
36 #
37 # setup.py will be passed the following, in order:
38 +#
39 # 1. ${DISTUTILS_ARGS[@]}
40 +#
41 # 2. ${mydistutilsargs[@]} (deprecated)
42 +#
43 # 3. additional arguments passed to the esetup.py function.
44 #
45 # Please note that setup.py will respect defaults (unless overridden
46 --
47 2.35.1