commit:     dba90cddcc036de81aef4859097619027cce7d3e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 14 05:50:46 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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}]"

Reply via email to