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/netifaces/
Date: Mon, 19 Mar 2018 20:49:31
Message-Id: 1521492519.bd83ab13f01f29b7fb776eb3a6b435525f5b6a41.mgorny@gentoo
1 commit: bd83ab13f01f29b7fb776eb3a6b435525f5b6a41
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 19 19:52:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 19 20:48:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd83ab13
7
8 dev-python/netifaces: use HTTPS
9
10 dev-python/netifaces/netifaces-0.10.6.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/netifaces/netifaces-0.10.6.ebuild b/dev-python/netifaces/netifaces-0.10.6.ebuild
14 index e9b0229c776..cd1efb72de0 100644
15 --- a/dev-python/netifaces/netifaces-0.10.6.ebuild
16 +++ b/dev-python/netifaces/netifaces-0.10.6.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -10,7 +10,7 @@ inherit distutils-r1
24 DESCRIPTION="Portable network interface information"
25 HOMEPAGE="
26 https://pypi.python.org/pypi/netifaces/
27 - http://alastairs-place.net/netifaces/
28 + https://alastairs-place.net/projects/netifaces/
29 https://bitbucket.org/al45tair/netifaces"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"