diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-25 20:35:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-27 19:58:53 +0300 |
commit | e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a (patch) | |
tree | 1625d2c84d154dc97bd79bc99a3a2dfbb32d8a28 /eclass | |
parent | Revert "app-emacs/vm: remove -9999 ebuild due to ::gentoo not havgin bzr" (diff) | |
download | gentoo-e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a.tar.gz gentoo-e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a.tar.bz2 gentoo-e116f33a6cc920e81d0f5f245ac1cf8e8a5ccb8a.zip |
distutils-r1.eclass: fix formatting
- mark _distutils-r1_check_all_phase_mismatch as @INTERNAL
- fix list appearance for distutils_enable_tests options
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 1326809a8bc1..3513a74c4db4 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -369,8 +369,11 @@ distutils_enable_sphinx() { # of RDEPEND to test?-BDEPEND. The test-runner argument must be one of: # # - nose: nosetests (dev-python/nose) +# # - pytest: dev-python/pytest +# # - setup.py: setup.py test (no deps included) +# # - unittest: for built-in Python unittest module # # Additionally, if --install is passed as the first parameter, @@ -618,6 +621,7 @@ _distutils-r1_handle_pyproject_toml() { } # @FUNCTION: _distutils-r1_check_all_phase_mismatch +# @INTERNAL # @DESCRIPTION: # Verify whether *_all phase impls is not called from from non-*_all # subphase. |