summaryrefslogtreecommitdiff
path: root/dev-python/mpdlcd
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-13 05:57:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-13 05:57:15 +0000
commit461a07321892d56ea9dfb62c446c5952b8a4e1a1 (patch)
tree35c4722227824deb077469d19d8a25f2f1468e46 /dev-python/mpdlcd
parentef69427bcfcf07fa2c728cbb22dce5ec457334a3 (diff)
downloadbaldeagleos-repo-461a07321892d56ea9dfb62c446c5952b8a4e1a1.tar.gz
baldeagleos-repo-461a07321892d56ea9dfb62c446c5952b8a4e1a1.tar.xz
baldeagleos-repo-461a07321892d56ea9dfb62c446c5952b8a4e1a1.zip
Adding metadata
Diffstat (limited to 'dev-python/mpdlcd')
-rw-r--r--dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
index 3358271b6641..be23d7090581 100644
--- a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
+++ b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1
DESCRIPTION="A small tool to display the MPD status on a LCDproc server"
-HOMEPAGE="https://github.com/rbarrois/mpdlcd"
-SRC_URI="https://github.com/rbarrois/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/rbarrois/mpdlcd/
+ https://pypi.org/project/mpdlcd/
+"
+SRC_URI="
+ https://github.com/rbarrois/mpdlcd/archive/refs/tags/${P}.tar.gz
+ -> ${P}.gh.tar.gz
+"
S="${WORKDIR}/${PN}-${P}"
LICENSE="BSD"