Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/
Date: Sat, 04 Jul 2020 09:07:58
Message-Id: 1593853600.e3c902f6624870fbcebd0de9bc5257dbd542b3c0.mgorny@gentoo
1 commit: e3c902f6624870fbcebd0de9bc5257dbd542b3c0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 4 07:37:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 09:06:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c902f6
7
8 dev-python/ipy: update github link
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/ipy/ipy-1.00.ebuild | 2 +-
15 dev-python/ipy/metadata.xml | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/ipy/ipy-1.00.ebuild b/dev-python/ipy/ipy-1.00.ebuild
19 index afbead46301..79f544a9c62 100644
20 --- a/dev-python/ipy/ipy-1.00.ebuild
21 +++ b/dev-python/ipy/ipy-1.00.ebuild
22 @@ -11,7 +11,7 @@ MY_PN="IPy"
23 MY_P="${MY_PN}-${PV}"
24
25 DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
26 -HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.org/project/IPy/"
27 +HOMEPAGE="https://github.com/autocracy/python-ipy/wiki https://pypi.org/project/IPy/"
28 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-python/ipy/metadata.xml b/dev-python/ipy/metadata.xml
33 index 13405b9629d..4ec74958c56 100644
34 --- a/dev-python/ipy/metadata.xml
35 +++ b/dev-python/ipy/metadata.xml
36 @@ -7,6 +7,6 @@
37 </maintainer>
38 <upstream>
39 <remote-id type="pypi">IPy</remote-id>
40 - <remote-id type="github">haypo/python-ipy</remote-id>
41 + <remote-id type="github">autocracy/python-ipy</remote-id>
42 </upstream>
43 </pkgmetadata>