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@swordarmor.fr>
This commit is contained in:
Alarig Le Lay
2020-04-15 20:39:03 +02:00
parent 68be8cbf75
commit 0c3e21491b

View File

@@ -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"