diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-18 23:13:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-18 23:27:34 +0200 |
commit | 4f583799312669934ab6e860c472762cd1ffea71 (patch) | |
tree | ae63b845e27d21bef78984384d075bfb43680bb1 /dev-python/PyRSS2Gen | |
parent | Revert "Revert "app-emulation/spice: Version bump to 0.15.0"" (diff) | |
download | gentoo-4f583799312669934ab6e860c472762cd1ffea71.tar.gz gentoo-4f583799312669934ab6e860c472762cd1ffea71.tar.bz2 gentoo-4f583799312669934ab6e860c472762cd1ffea71.zip |
dev-python/PyRSS2Gen: add Python 3.9 support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r-- | dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild index d8ace641b9e6..8651b7347166 100644 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=no |