Diff rss2email-3.14 with a rss2email-3.14-r3

/usr/portage/net-mail/rss2email/rss2email-3.14-r3.ebuild 2025-07-29 16:22:17.272467493 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=poetry
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{9..13} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
14 14

  
15 15
LICENSE="|| ( GPL-2 GPL-3 )"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~ppc64 x86"
17
KEYWORDS="~amd64 ~ppc64 ~x86"
18 18

  
19 19
RDEPEND=">=dev-python/feedparser-6.0.5[${PYTHON_USEDEP}]
20
	>=dev-python/html2text-2020.1.16[${PYTHON_USEDEP}]
20
	>=dev-python/html2text-2025.4.15[${PYTHON_USEDEP}]
21 21
	"
22 22
DEPEND="${RDEPEND}"
23 23

  
24
PATCHES=(
25
	"${FILESDIR}"/${P}-tests.patch
26
	"${FILESDIR}"/${P}-tests-html2text-2025.4.15.patch
27
)
28

  
24 29
distutils_enable_tests unittest
25 30

  
26 31
src_install() {
Thank you!