summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-17 22:36:07 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-17 22:36:12 +0300
commitafb290f53884bc10c6558c87d0ac514d127ad02b (patch)
tree8af999cb44b54e3d326b6cc380e8ee63845ff192 /net-mail
parentnet-irc/limnoria: enable py3.10 (diff)
downloadgentoo-afb290f53884bc10c6558c87d0ac514d127ad02b.tar.gz
gentoo-afb290f53884bc10c6558c87d0ac514d127ad02b.tar.bz2
gentoo-afb290f53884bc10c6558c87d0ac514d127ad02b.zip
net-mail/rss2email: enable py3.9, py3.10
All issues were fixed in feedparser 6.0.5, as changed in upstream, so bump the minimal version to address this. All tests passed successfully. Closes: https://bugs.gentoo.org/768120 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/rss2email/rss2email-3.13.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mail/rss2email/rss2email-3.13.1.ebuild b/net-mail/rss2email/rss2email-3.13.1.ebuild
index 4efe89638d75..0f911616e722 100644
--- a/net-mail/rss2email/rss2email-3.13.1.ebuild
+++ b/net-mail/rss2email/rss2email-3.13.1.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-# Tests are broken for Python >=3.9
-# (see upstream issue https://github.com/rss2email/rss2email/issues/178)
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,9 +14,8 @@ SRC_URI="https://github.com/rss2email/rss2email/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=dev-python/feedparser-6[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/feedparser-6.0.5[${PYTHON_USEDEP}]
>=dev-python/html2text-2020.1.16[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"