Gentoo Archives: gentoo-commits

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