From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- dev-python/futures/futures-2.2.0.ebuild | 2 +- dev-python/futures/futures-3.0.2.ebuild | 2 +- dev-python/futures/futures-3.0.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/futures') diff --git a/dev-python/futures/futures-2.2.0.ebuild b/dev-python/futures/futures-2.2.0.ebuild index 2ef8e01104d6..76e2825b6d49 100644 --- a/dev-python/futures/futures-2.2.0.ebuild +++ b/dev-python/futures/futures-2.2.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2" -HOMEPAGE="http://code.google.com/p/pythonfutures http://pypi.python.org/pypi/futures" +HOMEPAGE="http://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/futures/futures-3.0.2.ebuild b/dev-python/futures/futures-3.0.2.ebuild index 4f46c60f1235..9a9fc68851d2 100644 --- a/dev-python/futures/futures-3.0.2.ebuild +++ b/dev-python/futures/futures-3.0.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2" -HOMEPAGE="http://code.google.com/p/pythonfutures http://pypi.python.org/pypi/futures" +HOMEPAGE="http://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/futures/futures-3.0.3.ebuild b/dev-python/futures/futures-3.0.3.ebuild index d96d2e8c333b..4b611cf6af82 100644 --- a/dev-python/futures/futures-3.0.3.ebuild +++ b/dev-python/futures/futures-3.0.3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2" -HOMEPAGE="http://code.google.com/p/pythonfutures http://pypi.python.org/pypi/futures" +HOMEPAGE="http://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" -- cgit v1.2.3-65-gdbad