commit:     c1952381cb08e1413653dc165d55306cf46e5488
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar  3 19:26:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 20:58:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1952381

dev-python/argh: use HTTPS, avoid redirection

Closes: https://github.com/gentoo/gentoo/pull/7343

 dev-python/argh/argh-0.26.2-r1.ebuild | 4 ++--
 dev-python/argh/argh-0.26.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/argh/argh-0.26.2-r1.ebuild 
b/dev-python/argh/argh-0.26.2-r1.ebuild
index fed4b80bb85..409a529b632 100644
--- a/dev-python/argh/argh-0.26.2-r1.ebuild
+++ b/dev-python/argh/argh-0.26.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A simple argparse wrapper"
-HOMEPAGE="http://packages.python.org/argh/";
+HOMEPAGE="https://pythonhosted.org/argh/";
 SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
 
 SLOT="0"

diff --git a/dev-python/argh/argh-0.26.2.ebuild 
b/dev-python/argh/argh-0.26.2.ebuild
index a4a1febe622..1ac96d8bd62 100644
--- a/dev-python/argh/argh-0.26.2.ebuild
+++ b/dev-python/argh/argh-0.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A simple argparse wrapper"
-HOMEPAGE="http://packages.python.org/argh/";
+HOMEPAGE="https://pythonhosted.org/argh/";
 SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
 
 SLOT="0"

Reply via email to