Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Fri, 04 Jun 2021 12:23:15
Message-Id: 1622809388.7f41a19bb1b02643f1e612de5bd54c6004ee9949.mgorny@gentoo
1 commit: 7f41a19bb1b02643f1e612de5bd54c6004ee9949
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 12:14:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 12:23:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f41a19b
7
8 dev-python/sphinx_rtd_theme: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
16 index 006ff6fba06..e63a57663ec 100644
17 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
18 +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
19 @@ -3,9 +3,7 @@
20
21 EAPI=7
22
23 -DISTUTILS_USE_SETUPTOOLS=bdepend
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 -
26 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="ReadTheDocs.org theme for Sphinx"