commit: bd51f64af7a03b8c0eaf46883a7ded0ec0f226aa
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:47:20 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:47:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd51f64a
dev-python/sphinx-argparse: remove trailing whitespace
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
index 68c7c2f61..bd22a2ff6 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
@@ -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