summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 16:31:41 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 22:41:34 +0100
commit17593eac4caa02ac6b7da9b0ec883dcd82c91279 (patch)
treeba3489770ca2cb30736c2424745dd3fc0bbf1d55 /dev-python/scrapy
parentdev-python/rpy: use HTTPS, sync HOMEPAGES (diff)
downloadgentoo-17593eac4caa02ac6b7da9b0ec883dcd82c91279.tar.gz
gentoo-17593eac4caa02ac6b7da9b0ec883dcd82c91279.tar.bz2
gentoo-17593eac4caa02ac6b7da9b0ec883dcd82c91279.zip
dev-python/scrapy: use HTTPS
Diffstat (limited to 'dev-python/scrapy')
-rw-r--r--dev-python/scrapy/scrapy-1.0.3.ebuild5
-rw-r--r--dev-python/scrapy/scrapy-1.4.0.ebuild5
2 files changed, 6 insertions, 4 deletions
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"