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/lxml | |
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/lxml')
-rw-r--r-- | dev-python/lxml/lxml-3.3.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.4.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.4.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.4.4.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/lxml/lxml-3.3.5.ebuild b/dev-python/lxml/lxml-3.3.5.ebuild index b0be3b77fa09..3f2ee0e8223d 100644 --- a/dev-python/lxml/lxml-3.3.5.ebuild +++ b/dev-python/lxml/lxml-3.3.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 eutils flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" -HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" +HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" diff --git a/dev-python/lxml/lxml-3.4.1.ebuild b/dev-python/lxml/lxml-3.4.1.ebuild index 7dc44a45465c..cb6d6e01d9c6 100644 --- a/dev-python/lxml/lxml-3.4.1.ebuild +++ b/dev-python/lxml/lxml-3.4.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" -HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" +HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" diff --git a/dev-python/lxml/lxml-3.4.2.ebuild b/dev-python/lxml/lxml-3.4.2.ebuild index 3613c2984a88..17699a769d5d 100644 --- a/dev-python/lxml/lxml-3.4.2.ebuild +++ b/dev-python/lxml/lxml-3.4.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" -HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" +HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" diff --git a/dev-python/lxml/lxml-3.4.3.ebuild b/dev-python/lxml/lxml-3.4.3.ebuild index 4f01a17ab02a..4aeedc9f0d68 100644 --- a/dev-python/lxml/lxml-3.4.3.ebuild +++ b/dev-python/lxml/lxml-3.4.3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" -HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" +HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" diff --git a/dev-python/lxml/lxml-3.4.4.ebuild b/dev-python/lxml/lxml-3.4.4.ebuild index f0540097307c..d42bd067fd5e 100644 --- a/dev-python/lxml/lxml-3.4.4.ebuild +++ b/dev-python/lxml/lxml-3.4.4.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 eutils flag-o-matic toolchain-funcs DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" -HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" +HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" |