From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF864138350 for ; Sat, 28 Mar 2020 11:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6E28E0DEB; Sat, 28 Mar 2020 11:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC595E0DEB for ; Sat, 28 Mar 2020 11:00:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A72ED34F9E6 for ; Sat, 28 Mar 2020 11:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE761BE for ; Sat, 28 Mar 2020 11:00:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585393214.40249ee752058af76afdd020820d42750dc9682e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild X-VCS-Directories: dev-python/sphinx-autodoc-typehints/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 40249ee752058af76afdd020820d42750dc9682e X-VCS-Branch: dev Date: Sat, 28 Mar 2020 11:00:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c08fcfd4-c963-496c-b7b5-5a763511661b X-Archives-Hash: 9bf6135268e4b1273b0ed2818f7f691d Message-ID: <20200328110043.zkiI5GHB7mUcgK3seSUrAiVBPi7cTiO1BTTHm9216sM@z> commit: 40249ee752058af76afdd020820d42750dc9682e Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 28 10:48:25 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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