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/sphinxcontrib-websupport/
Date: Fri, 04 Jun 2021 12:00:51
Message-Id: 1622808042.5b95765543648cb66008886c411c99ff79034d88.mgorny@gentoo
1 commit: 5b95765543648cb66008886c411c99ff79034d88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 11:56:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 12:00:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b957655
7
8 dev-python/sphinxcontrib-websupport: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
16 index 85d0069d35e..dc4c7087a7d 100644
17 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
18 +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
19 @@ -3,9 +3,7 @@
20
21 EAPI=7
22
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 -
26 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="Sphinx websupport extension"