From 9d5d37ce46ebb7b4140e491b8281986bf9c87c12 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 14 Apr 2020 21:03:58 +0200 Subject: [PATCH] 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 --- 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 9434d5a..a7dc66b 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_7 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"