From cf07df48993d483a687ef57d719c407af2b66dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 12 Apr 2026 19:06:55 +0200 Subject: [PATCH] dev-python/pyrss2gen: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- dev-python/pyrss2gen/pyrss2gen-1.1-r3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/pyrss2gen/pyrss2gen-1.1-r3.ebuild diff --git a/dev-python/pyrss2gen/pyrss2gen-1.1-r3.ebuild b/dev-python/pyrss2gen/pyrss2gen-1.1-r3.ebuild new file mode 100644 index 0000000000000..6b7d5038acfa1 --- /dev/null +++ b/dev-python/pyrss2gen/pyrss2gen-1.1-r3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 + +MY_P="PyRSS2Gen-${PV}" +DESCRIPTION="RSS feed generator written in Python" +HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html + https://pypi.org/project/PyRSS2Gen/" +SRC_URI="http://www.dalkescientific.com/Python/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86"