summaryrefslogtreecommitdiff
path: root/dev-python/PyRSS2Gen
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
commit2192265bf68cb7383759a6296f267e6c6807749a (patch)
tree60e9f62c07f98d98ea3901f11670c3d4511518f2 /dev-python/PyRSS2Gen
parent603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (diff)
downloadbaldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.gz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.xz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.zip
Adding metadata
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index b66dc6ad3a8a..6f7e3fc4b39d 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -8,9 +8,14 @@ PYTHON_COMPAT=( python3_{9,10,11,12,13} )
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/${P}.tar.gz"
+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"