Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/
Date: Fri, 17 Sep 2021 19:38:54
Message-Id: 1631907372.afb290f53884bc10c6558c87d0ac514d127ad02b.arthurzam@gentoo
1 commit: afb290f53884bc10c6558c87d0ac514d127ad02b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 19:36:07 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 19:36:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb290f5
7
8 net-mail/rss2email: enable py3.9, py3.10
9
10 All issues were fixed in feedparser 6.0.5, as changed
11 in upstream, so bump the minimal version to address this.
12 All tests passed successfully.
13
14 Closes: https://bugs.gentoo.org/768120
15 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
16
17 net-mail/rss2email/rss2email-3.13.1.ebuild | 7 ++-----
18 1 file changed, 2 insertions(+), 5 deletions(-)
19
20 diff --git a/net-mail/rss2email/rss2email-3.13.1.ebuild b/net-mail/rss2email/rss2email-3.13.1.ebuild
21 index 4efe89638d7..0f911616e72 100644
22 --- a/net-mail/rss2email/rss2email-3.13.1.ebuild
23 +++ b/net-mail/rss2email/rss2email-3.13.1.ebuild
24 @@ -3,9 +3,7 @@
25
26 EAPI=7
27
28 -# Tests are broken for Python >=3.9
29 -# (see upstream issue https://github.com/rss2email/rss2email/issues/178)
30 -PYTHON_COMPAT=( python3_{7..8} )
31 +PYTHON_COMPAT=( python3_{8..10} )
32
33 inherit distutils-r1
34
35 @@ -16,9 +14,8 @@ SRC_URI="https://github.com/rss2email/rss2email/archive/v${PV}.tar.gz -> ${P}.ta
36 LICENSE="|| ( GPL-2 GPL-3 )"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40
41 -RDEPEND=">=dev-python/feedparser-6[${PYTHON_USEDEP}]
42 +RDEPEND=">=dev-python/feedparser-6.0.5[${PYTHON_USEDEP}]
43 >=dev-python/html2text-2020.1.16[${PYTHON_USEDEP}]
44 "
45 DEPEND="${RDEPEND}"