dev-python/feedgen: Port to pypi.eclass - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 5b1e5aa27114f6decb9b435b47faf7de2de6711e
DIR parent 6f6aeea0a0fcf7ffea1d835b1848dac7b88dce3a
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 7 Dec 2023 12:21:09 +0100
dev-python/feedgen: Port to pypi.eclass
Diffstat:
A dev-python/feedgen/feedgen-0.9.0-r… | 21 +++++++++++++++++++++
D dev-python/feedgen/feedgen-0.9.0.e… | 22 ----------------------
2 files changed, 21 insertions(+), 22 deletions(-)
---
DIR diff --git a/dev-python/feedgen/feedgen-0.9.0-r1.ebuild b/dev-python/feedgen/feedgen-0.9.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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}"
DIR diff --git a/dev-python/feedgen/feedgen-0.9.0.ebuild b/dev-python/feedgen/feedgen-0.9.0.ebuild
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python module to generate ATOM feeds, RSS feeds and Podcasts"
-HOMEPAGE="https://github.com/lkiesow/python-feedgen https://pypi.org/project/feedgen/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"