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/webtest | |
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/webtest')
-rw-r--r-- | dev-python/webtest/webtest-1.4.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.16.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.17.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.18.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index 89f842048e91..7e3cf74022b9 100644 --- a/dev-python/webtest/webtest-1.4.3-r1.ebuild +++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild @@ -12,7 +12,7 @@ MY_PN="WebTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" +HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" diff --git a/dev-python/webtest/webtest-2.0.16.ebuild b/dev-python/webtest/webtest-2.0.16.ebuild index 3c55ebebb532..115cd15db2e2 100644 --- a/dev-python/webtest/webtest-2.0.16.ebuild +++ b/dev-python/webtest/webtest-2.0.16.ebuild @@ -12,7 +12,7 @@ MY_PN="WebTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" +HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" diff --git a/dev-python/webtest/webtest-2.0.17.ebuild b/dev-python/webtest/webtest-2.0.17.ebuild index 0ca3c7668a2f..478873b1d7cc 100644 --- a/dev-python/webtest/webtest-2.0.17.ebuild +++ b/dev-python/webtest/webtest-2.0.17.ebuild @@ -12,7 +12,7 @@ MY_PN="WebTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" +HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" diff --git a/dev-python/webtest/webtest-2.0.18.ebuild b/dev-python/webtest/webtest-2.0.18.ebuild index 0b9b7cadff0d..8f8b57912a0c 100644 --- a/dev-python/webtest/webtest-2.0.18.ebuild +++ b/dev-python/webtest/webtest-2.0.18.ebuild @@ -12,7 +12,7 @@ MY_PN="WebTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" +HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" |