Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyRSS2Gen/
Date: Tue, 18 May 2021 21:27:45
Message-Id: 1621373254.4f583799312669934ab6e860c472762cd1ffea71.whissi@gentoo
1 commit: 4f583799312669934ab6e860c472762cd1ffea71
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 21:13:01 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 21:27:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f583799
7
8 dev-python/PyRSS2Gen: add Python 3.9 support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
17 index d8ace641b9e..8651b734716 100644
18 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
19 +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28
29 DISTUTILS_USE_SETUPTOOLS=no