commit: 07aa90f23409d4c042a42ffec95a633515f834b5
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 17:02:19 2022 +0000
Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Mon Jan 3 17:02:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07aa90f2
dev-python/Pyro5: update HOMEPAGE
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/Pyro5/Pyro5-5.13.1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/Pyro5/Pyro5-5.13.1.ebuild
b/dev-python/Pyro5/Pyro5-5.13.1.ebuild
index 642fcb897..f24d06c0a 100644
--- a/dev-python/Pyro5/Pyro5-5.13.1.ebuild
+++ b/dev-python/Pyro5/Pyro5-5.13.1.ebuild
@@ -8,7 +8,11 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Distributed object middleware for Python (RPC)"
-HOMEPAGE="https://pyro5.readthedocs.io/"
+HOMEPAGE="
+ https://pyro5.readthedocs.io
+ https://pypi.org/project/Pyro5
+ https://github.com/irmen/Pyro5
+"
SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"