dev-python/sphinx-argparse: Adding python 3.6 and 3.7 compat
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d30d26b532
commit
9d5d37ce46
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 python3_7 )
|
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
|
DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"
|
||||||
|
|
Loading…
Reference in a new issue