Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-epytext/
Date: Tue, 14 Sep 2021 05:51:28
Message-Id: 1631598669.dba90cddcc036de81aef4859097619027cce7d3e.arthurzam@gentoo
1 commit: dba90cddcc036de81aef4859097619027cce7d3e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 05:50:46 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 05:51:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba90cdd
7
8 dev-python/sphinx-epytext: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
16 index 50e42d406ca..fb968669138 100644
17 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
18 +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1
28
29 @@ -14,6 +15,4 @@ LICENSE="MIT"
30 SLOT="0"
31 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
32
33 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
34 - >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
35 -DEPEND="${RDEPEND}"
36 +RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"