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: Sat, 04 Jul 2020 07:15:50
Message-Id: 1593846912.24c1a2ebbc9535fff6b27b95df3f7b3e830c335f.mgorny@gentoo
1 commit: 24c1a2ebbc9535fff6b27b95df3f7b3e830c335f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:01:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:15:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c1a2eb
7
8 python-any-r1.eclass: Mark variable classes in eclassdoc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-any-r1.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
16 index eef4c57b7e2..c634e19813e 100644
17 --- a/eclass/python-any-r1.eclass
18 +++ b/eclass/python-any-r1.eclass
19 @@ -69,7 +69,8 @@ EXPORT_FUNCTIONS pkg_setup
20 # @CODE
21
22 # @ECLASS-VARIABLE: PYTHON_COMPAT_OVERRIDE
23 -# @INTERNAL
24 +# @USER_VARIABLE
25 +# @DEFAULT_UNSET
26 # @DESCRIPTION:
27 # This variable can be used when working with ebuilds to override
28 # the in-ebuild PYTHON_COMPAT. It is a string naming the implementation
29 @@ -105,6 +106,7 @@ EXPORT_FUNCTIONS pkg_setup
30 # @CODE
31
32 # @ECLASS-VARIABLE: PYTHON_DEPS
33 +# @OUTPUT_VARIABLE
34 # @DESCRIPTION:
35 # This is an eclass-generated Python dependency string for all
36 # implementations listed in PYTHON_COMPAT.
37 @@ -124,6 +126,7 @@ EXPORT_FUNCTIONS pkg_setup
38 # @CODE
39
40 # @ECLASS-VARIABLE: PYTHON_USEDEP
41 +# @OUTPUT_VARIABLE
42 # @DESCRIPTION:
43 # An eclass-generated USE-dependency string for the currently tested
44 # implementation. It is set locally for python_check_deps() call.