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/PyRSS2Gen/
Date: Thu, 09 Sep 2021 16:00:34
Message-Id: 1631203118.d244498e9fc59897a57a087a734ce58f37e5b454.arthurzam@gentoo
1 commit: d244498e9fc59897a57a087a734ce58f37e5b454
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 15:58:38 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 15:58:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d244498e
7
8 dev-python/PyRSS2Gen: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
16 index 8651b734716..694319fb357 100644
17 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
18 +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.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 DISTUTILS_USE_SETUPTOOLS=no