diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-23 06:48:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-23 06:48:31 +0000 |
| commit | 2192265bf68cb7383759a6296f267e6c6807749a (patch) | |
| tree | 60e9f62c07f98d98ea3901f11670c3d4511518f2 /dev-python/PyRSS2Gen | |
| parent | 603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (diff) | |
| download | baldeagleos-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.ebuild | 9 |
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" |
