dev-python/sphinx-argparse: remove trailing whitespace

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-03-28 11:47:20 +02:00
parent 4c4d653a7a
commit bd51f64af7

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,7 +30,7 @@ distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinx-argpa
python_prepare_all() {
# test fails, skip it until a fix is found:
# AssertionError: assert [{'action_groups': [{'description': None,\n 'options': [{'default': None,\n
# AssertionError: assert [{'action_groups': [{'description': None,\n 'options': [{'default': None,\n
sed -i -e 's:test_parse_nested:_&:' \
-e 's:test_parse_nested_traversal:_&:' \
test/test_parser.py || die