From: Michael Mair-Keimberger Date: Sat, 17 Mar 2018 15:31:41 +0000 (+0100) Subject: dev-python/scrapy: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=17593eac4caa02ac6b7da9b0ec883dcd82c91279;p=gentoo.git dev-python/scrapy: use HTTPS --- diff --git a/dev-python/scrapy/scrapy-1.0.3.ebuild b/dev-python/scrapy/scrapy-1.0.3.ebuild index d4a6a31c3618..2018788ca142 100644 --- a/dev-python/scrapy/scrapy-1.0.3.ebuild +++ b/dev-python/scrapy/scrapy-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,8 @@ PYTHON_REQ_USE="sqlite(+)" inherit vcs-snapshot distutils-r1 DESCRIPTION="A high-level Python Screen Scraping framework" -HOMEPAGE="https://github.com/scrapy/scrapy/ http://pypi.python.org/pypi/Scrapy/" +HOMEPAGE="https://github.com/scrapy/scrapy/ + https://pypi.python.org/pypi/Scrapy/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/dev-python/scrapy/scrapy-1.4.0.ebuild b/dev-python/scrapy/scrapy-1.4.0.ebuild index e26e409f3d1a..344dc792517e 100644 --- a/dev-python/scrapy/scrapy-1.4.0.ebuild +++ b/dev-python/scrapy/scrapy-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,8 @@ PYTHON_REQ_USE="sqlite(+)" inherit distutils-r1 DESCRIPTION="A high-level Python Screen Scraping framework" -HOMEPAGE="https://github.com/scrapy/scrapy/ https://pypi.python.org/pypi/Scrapy/" +HOMEPAGE="https://github.com/scrapy/scrapy/ + https://pypi.python.org/pypi/Scrapy/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2"