Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/
Date: Sat, 08 Dec 2018 00:13:28
Message-Id: 1544227925.2b470eee1522d7de312bdf77261d45be0eb24d4d.sbraz@gentoo
1 commit: 2b470eee1522d7de312bdf77261d45be0eb24d4d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 23:54:12 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 00:12:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b470eee
7
8 dev-python/netifaces: update HOMEPAGE and upstream info
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/netifaces/metadata.xml | 2 ++
14 dev-python/netifaces/netifaces-0.10.6.ebuild | 5 +++--
15 dev-python/netifaces/netifaces-0.10.7.ebuild | 5 +++--
16 3 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/netifaces/metadata.xml b/dev-python/netifaces/metadata.xml
19 index 243f603592c..e1a6f820cad 100644
20 --- a/dev-python/netifaces/metadata.xml
21 +++ b/dev-python/netifaces/metadata.xml
22 @@ -8,5 +8,7 @@
23 <upstream>
24 <remote-id type="pypi">netifaces</remote-id>
25 <remote-id type="bitbucket">al45tair/netifaces</remote-id>
26 + <remote-id type="github">al45tair/netifaces</remote-id>
27 + <bugs-to>https://github.com/al45tair/netifaces/issues</bugs-to>
28 </upstream>
29 </pkgmetadata>
30
31 diff --git a/dev-python/netifaces/netifaces-0.10.6.ebuild b/dev-python/netifaces/netifaces-0.10.6.ebuild
32 index 55b258e5488..9569bc1f584 100644
33 --- a/dev-python/netifaces/netifaces-0.10.6.ebuild
34 +++ b/dev-python/netifaces/netifaces-0.10.6.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -11,7 +11,8 @@ DESCRIPTION="Portable network interface information"
42 HOMEPAGE="
43 https://pypi.org/project/netifaces/
44 https://alastairs-place.net/projects/netifaces/
45 - https://bitbucket.org/al45tair/netifaces"
46 + https://github.com/al45tair/netifaces
47 +"
48 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49
50 LICENSE="MIT"
51
52 diff --git a/dev-python/netifaces/netifaces-0.10.7.ebuild b/dev-python/netifaces/netifaces-0.10.7.ebuild
53 index 63e0e5e7d0f..e3539bf6e5b 100644
54 --- a/dev-python/netifaces/netifaces-0.10.7.ebuild
55 +++ b/dev-python/netifaces/netifaces-0.10.7.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2018 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62 @@ -11,7 +11,8 @@ DESCRIPTION="Portable network interface information"
63 HOMEPAGE="
64 https://pypi.org/project/netifaces/
65 https://alastairs-place.net/projects/netifaces/
66 - https://bitbucket.org/al45tair/netifaces"
67 + https://github.com/al45tair/netifaces
68 +"
69 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70
71 LICENSE="MIT"