Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/Pyro5/
Date: Mon, 03 Jan 2022 18:06:28
Message-Id: 1641229339.07aa90f23409d4c042a42ffec95a633515f834b5.viorel_munteanu@gentoo
1 commit: 07aa90f23409d4c042a42ffec95a633515f834b5
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 3 17:02:19 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 3 17:02:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07aa90f2
7
8 dev-python/Pyro5: update HOMEPAGE
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 dev-python/Pyro5/Pyro5-5.13.1.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/Pyro5/Pyro5-5.13.1.ebuild b/dev-python/Pyro5/Pyro5-5.13.1.ebuild
16 index 642fcb897..f24d06c0a 100644
17 --- a/dev-python/Pyro5/Pyro5-5.13.1.ebuild
18 +++ b/dev-python/Pyro5/Pyro5-5.13.1.ebuild
19 @@ -8,7 +8,11 @@ PYTHON_COMPAT=( python3_{8..10} )
20 inherit distutils-r1
21
22 DESCRIPTION="Distributed object middleware for Python (RPC)"
23 -HOMEPAGE="https://pyro5.readthedocs.io/"
24 +HOMEPAGE="
25 + https://pyro5.readthedocs.io
26 + https://pypi.org/project/Pyro5
27 + https://github.com/irmen/Pyro5
28 +"
29 SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="MIT"