diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-03 20:26:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-03 21:58:09 +0100 |
commit | c1952381cb08e1413653dc165d55306cf46e5488 (patch) | |
tree | d576b76bd53cbb08605be67a9ed0b522b34b3962 /dev-python/argh | |
parent | dev-python/BitVector: use HTTPS, avoid redirection (diff) | |
download | gentoo-c1952381cb08e1413653dc165d55306cf46e5488.tar.gz gentoo-c1952381cb08e1413653dc165d55306cf46e5488.tar.bz2 gentoo-c1952381cb08e1413653dc165d55306cf46e5488.zip |
dev-python/argh: use HTTPS, avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/7343
Diffstat (limited to 'dev-python/argh')
-rw-r--r-- | dev-python/argh/argh-0.26.2-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 fed4b80bb851..409a529b632a 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 a4a1febe622e..1ac96d8bd62f 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" |