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/wrapio/
Date: Mon, 03 Jan 2022 18:06:37
Message-Id: 1641230029.2a5d58b209bd509267293094a0ac2843fe5894d0.viorel_munteanu@gentoo
1 commit: 2a5d58b209bd509267293094a0ac2843fe5894d0
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 3 17:13:49 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 3 17:13:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a5d58b2
7
8 dev-python/wrapio: update HOMEPAGE
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 dev-python/wrapio/wrapio-2.0.0.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
16 index 5645cdab1..904c90104 100644
17 --- a/dev-python/wrapio/wrapio-2.0.0.ebuild
18 +++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
19 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} )
20 inherit distutils-r1
21
22 DESCRIPTION="Handling event-based streams in Python"
23 -HOMEPAGE="https://github.com/Exahilosys/wrapio"
24 +HOMEPAGE="
25 + https://github.com/Exahilosys/wrapio
26 + https://pypi.org/project/wrapio
27 + "
28 SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="MIT"