diff options
author | 2015-08-24 12:36:23 +0200 | |
---|---|---|
committer | 2015-08-24 12:36:23 +0200 | |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-python/tempest-lib | |
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/tempest-lib')
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-0.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-0.4.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-0.5.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tempest-lib/tempest-lib-0.3.0.ebuild b/dev-python/tempest-lib/tempest-lib-0.3.0.ebuild index c86837925912..c27b65f2efb9 100644 --- a/dev-python/tempest-lib/tempest-lib-0.3.0.ebuild +++ b/dev-python/tempest-lib/tempest-lib-0.3.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="A library to assist in creating functional or integrated test suites for OpenStack projects." -HOMEPAGE="http://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" +HOMEPAGE="https://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild b/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild index a0b6496f727a..08fb0c5af80e 100644 --- a/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild +++ b/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="A library to assist in creating functional or integrated test suites for OpenStack projects." -HOMEPAGE="http://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" +HOMEPAGE="https://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/tempest-lib/tempest-lib-0.5.0.ebuild b/dev-python/tempest-lib/tempest-lib-0.5.0.ebuild index ef71f3147058..c2ca9db788f2 100644 --- a/dev-python/tempest-lib/tempest-lib-0.5.0.ebuild +++ b/dev-python/tempest-lib/tempest-lib-0.5.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="A library to assist in creating functional or integrated test suites for OpenStack projects." -HOMEPAGE="http://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" +HOMEPAGE="https://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib" SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |