parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 2eac1602153275ca4e49552894a6ac6e99e4290c
parent c0c69ce003dea87a22f92fc216a5031f775d9b79
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 15 Apr 2025 18:23:44 +0200

dev-python/feedgen: Bump to 1.0.0

Diffstat:
Mdev-python/feedgen/Manifest | 2+-
Ddev-python/feedgen/feedgen-0.9.0-r1.ebuild | 21---------------------
Adev-python/feedgen/feedgen-1.0.0.ebuild | 23+++++++++++++++++++++++
3 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/dev-python/feedgen/Manifest b/dev-python/feedgen/Manifest @@ -1 +1 @@ -DIST feedgen-0.9.0.tar.gz 217925 BLAKE2B 45711892576a504ee7f5500642c7d23b4ec84f8fd5cf10f7f3565368bb7d7579b543d74e1893cc0e79f10b0b3389d164b6ccc7fb0f2787bf4d5286c1da0c64c5 SHA512 fca43ad43656b6a63c7489a8c8d4e9dd46182e2ecaead988d978014a29bec87e1cfbaae962907fae6373a759e8ab68ea2dfed8fa538d2deba7eaa5298c07af1d +DIST feedgen-1.0.0.tar.gz 258496 BLAKE2B 9ac22e0ede5d98cfce15acde415ceb86618cb1f0208d1bdff7f1a3631b865478802dd1696d0a38c08a6c09cb991ca40360712b27c1a06d656dfcaf518b20cfb7 SHA512 bd736ba032dfb5ede84a713aa75c7796ee830a586e5290e5887895b7c2a50c38cf604d70f24c148d180ecaa158c5eaebf67904a242120352eb52395cc3a93247 diff --git a/dev-python/feedgen/feedgen-0.9.0-r1.ebuild b/dev-python/feedgen/feedgen-0.9.0-r1.ebuild @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..13} ) -inherit distutils-r1 pypi - -DESCRIPTION="Python module to generate ATOM feeds, RSS feeds and Podcasts" -HOMEPAGE="https://github.com/lkiesow/python-feedgen https://pypi.org/project/feedgen/" - -LICENSE="LGPL-3 BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" diff --git a/dev-python/feedgen/feedgen-1.0.0.ebuild b/dev-python/feedgen/feedgen-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python module to generate ATOM feeds, RSS feeds and Podcasts" +HOMEPAGE="https://github.com/lkiesow/python-feedgen https://pypi.org/project/feedgen/" + +LICENSE="LGPL-3 BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}"