diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-python/boto | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/boto-2.27.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto/boto-2.31.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto/boto-2.34.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto/boto-2.35.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto/boto-2.38.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/boto/boto-2.27.0.ebuild b/dev-python/boto/boto-2.27.0.ebuild index 817052415cd2..e349b8fc1fc0 100644 --- a/dev-python/boto/boto-2.27.0.ebuild +++ b/dev-python/boto/boto-2.27.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Amazon Web Services API" -HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +HOMEPAGE="https://github.com/boto/boto https://pypi.python.org/pypi/boto" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/boto/boto-2.31.1.ebuild b/dev-python/boto/boto-2.31.1.ebuild index 22b83cbe8f00..fd18411747ef 100644 --- a/dev-python/boto/boto-2.31.1.ebuild +++ b/dev-python/boto/boto-2.31.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Amazon Web Services API" -HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +HOMEPAGE="https://github.com/boto/boto https://pypi.python.org/pypi/boto" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/boto/boto-2.34.0.ebuild b/dev-python/boto/boto-2.34.0.ebuild index 22b83cbe8f00..fd18411747ef 100644 --- a/dev-python/boto/boto-2.34.0.ebuild +++ b/dev-python/boto/boto-2.34.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Amazon Web Services API" -HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +HOMEPAGE="https://github.com/boto/boto https://pypi.python.org/pypi/boto" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/boto/boto-2.35.1.ebuild b/dev-python/boto/boto-2.35.1.ebuild index 7bcd75f73f50..19bc338a6379 100644 --- a/dev-python/boto/boto-2.35.1.ebuild +++ b/dev-python/boto/boto-2.35.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Amazon Web Services API" -HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +HOMEPAGE="https://github.com/boto/boto https://pypi.python.org/pypi/boto" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/boto/boto-2.38.0.ebuild b/dev-python/boto/boto-2.38.0.ebuild index 3bc86070a3ce..f966073020f4 100644 --- a/dev-python/boto/boto-2.38.0.ebuild +++ b/dev-python/boto/boto-2.38.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Amazon Web Services API" -HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +HOMEPAGE="https://github.com/boto/boto https://pypi.python.org/pypi/boto" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |