dev-python/argh: use HTTPS, avoid redirection
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 3 Mar 2018 19:26:45 +0000 (20:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 3 Mar 2018 20:58:09 +0000 (21:58 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7343

dev-python/argh/argh-0.26.2-r1.ebuild
dev-python/argh/argh-0.26.2.ebuild

index fed4b80bb8519e3266c2fb0175ecb44f676ab0c7..409a529b632a93513562019ff2b25d488802ebad 100644 (file)
@@ -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"
index a4a1febe622eb0730992d0caff771b2830d05915..1ac96d8bd62f0c1c07b8345b4c14faba9617bedc 100644 (file)
@@ -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"