commit:     40249ee752058af76afdd020820d42750dc9682e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:48:25 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40249ee7

dev-python/sphinx-autodoc-typehints: add py3_7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../sphinx-autodoc-typehints-1.10.3.ebuild                        | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index 8b4b1fc..f5dff97 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -22,8 +22,10 @@ BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
 
-DEPEND="test? ( dev-python/sphobjinv[${PYTHON_USEDEP}]
-               dev-python/typing-extensions[${PYTHON_USEDEP}] )"
+DEPEND="test? (
+       dev-python/sphobjinv[${PYTHON_USEDEP}]
+       dev-python/typing-extensions[${PYTHON_USEDEP}] 
+       )"
 
 distutils_enable_tests pytest
 

Reply via email to