Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 27 Sep 2021 16:59:20
Message-Id: 1632761933.e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a.arthurzam@gentoo
1 commit: e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 17:35:00 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 16:58:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e116f33a
7
8 distutils-r1.eclass: fix formatting
9
10 - mark _distutils-r1_check_all_phase_mismatch as @INTERNAL
11 - fix list appearance for distutils_enable_tests options
12
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 eclass/distutils-r1.eclass | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
19 index 1326809a8bc..3513a74c4db 100644
20 --- a/eclass/distutils-r1.eclass
21 +++ b/eclass/distutils-r1.eclass
22 @@ -369,8 +369,11 @@ distutils_enable_sphinx() {
23 # of RDEPEND to test?-BDEPEND. The test-runner argument must be one of:
24 #
25 # - nose: nosetests (dev-python/nose)
26 +#
27 # - pytest: dev-python/pytest
28 +#
29 # - setup.py: setup.py test (no deps included)
30 +#
31 # - unittest: for built-in Python unittest module
32 #
33 # Additionally, if --install is passed as the first parameter,
34 @@ -618,6 +621,7 @@ _distutils-r1_handle_pyproject_toml() {
35 }
36
37 # @FUNCTION: _distutils-r1_check_all_phase_mismatch
38 +# @INTERNAL
39 # @DESCRIPTION:
40 # Verify whether *_all phase impls is not called from from non-*_all
41 # subphase.