commit: 0c3e21491b8464609ae08cf0eefaa6f0bc3f9dce
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Wed Apr 15 18:39:03 2020 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Wed Apr 15 19:51:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c3e2149
dev-python/sphinx-argparse: Removing py2.7 support
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a7dc66b..f0246ed 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Sphinx extension that automatically documents argparse commands
and options"