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 A3B4E158092 for ; Tue, 14 Sep 2021 05:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01732E0982; Tue, 14 Sep 2021 05:51:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8DD4E0982 for ; Tue, 14 Sep 2021 05:51:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA631342F67 for ; Tue, 14 Sep 2021 05:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 304E879 for ; Tue, 14 Sep 2021 05:51:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631598669.dba90cddcc036de81aef4859097619027cce7d3e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-epytext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild X-VCS-Directories: dev-python/sphinx-epytext/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: dba90cddcc036de81aef4859097619027cce7d3e X-VCS-Branch: master Date: Tue, 14 Sep 2021 05:51:25 +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: 2ed703d2-f0b1-44f5-8374-c65f786ee6c4 X-Archives-Hash: ddddd32c19b57d886dbbd0c4106b8196 commit: dba90cddcc036de81aef4859097619027cce7d3e Author: Arthur Zamarin gentoo org> AuthorDate: Tue Sep 14 05:50:46 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 14 05:51:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba90cdd dev-python/sphinx-epytext: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild index 50e42d406ca..fb968669138 100644 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -14,6 +15,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" +RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"