commit: 0c0d5e368069a9afaa71b53da8f448fcac116b1b Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun Jan 31 22:47:59 2021 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun Jan 31 22:47:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0d5e36
net-mail/rss2email: Drop broken support for py39 Bug: https://bugs.gentoo.org/768120 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --force .../{rss2email-3.12.2.ebuild => rss2email-3.12.2-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mail/rss2email/rss2email-3.12.2.ebuild b/net-mail/rss2email/rss2email-3.12.2-r1.ebuild similarity index 77% rename from net-mail/rss2email/rss2email-3.12.2.ebuild rename to net-mail/rss2email/rss2email-3.12.2-r1.ebuild index c8baac16ebd..2a8f05b6bb4 100644 --- a/net-mail/rss2email/rss2email-3.12.2.ebuild +++ b/net-mail/rss2email/rss2email-3.12.2-r1.ebuild @@ -1,9 +1,11 @@ -# 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..9} ) +# Support for Python >=3.9 currently broken by feedparser <6 +# (see bug https://bugs.gentoo.org/768120) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1
