summaryrefslogtreecommitdiff
path: root/dev-python/scrapy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/scrapy
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/scrapy')
-rw-r--r--dev-python/scrapy/Manifest4
-rw-r--r--dev-python/scrapy/scrapy-1.0.3.ebuild5
-rw-r--r--dev-python/scrapy/scrapy-1.4.0.ebuild5
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index c394d26cfafe..45962741d485 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,5 +1,5 @@
DIST scrapy-1.0.3.tar.gz 1006911 BLAKE2B 19f53eb9580c383dd92852f3d270b7c031d3f67dae56dea73d3be346b5b39ed7d63ca345425c48466080e84d2ee82f08f9e46140d65c1b57fc22672897fc0b98 SHA512 bf61d449d7309de0ebdc36c73371d01518ee5cfa5d4ac1b68ee42389466ee15dba82690dbc885aa6bc1b9fe0b2e29a03fb3a3af3889842e1039e3a81749fc0c0
DIST scrapy-1.4.0.tar.gz 1114816 BLAKE2B 4ab32584c46cc7cae02d231b536a6e5620202e28a57ecfc370aa627419c38e8a2036f3cf67e42f85a76baf8e5b098b8e9e953f0cf9d88fd889b3a510b9258c1d SHA512 1442cae1a26b5c7c8c27998ec6ef9ab374111221180a5933d53aff0c7aeb31102882c387581c1455c1dd246e11f0c0f5ab5989a21037204e5314054e303f7312
-EBUILD scrapy-1.0.3.ebuild 2453 BLAKE2B 9a4ff8d65afdad2201a222486e91e7236e1d575087aac3c67a34f3b1c6c004f9a6886e742d435a83afe273e732d3acc9d5a5388823f5ee0063125dcaa979df7c SHA512 f4130d4a03111fa1a9c1add4cdf8a777563f46cdbf8e1ef25415a33e89060ea283dd13a2736e8561fb3c68fb64627d80de2c6babfc0a050e9d6ad7f1b332e88e
-EBUILD scrapy-1.4.0.ebuild 2438 BLAKE2B c0e6f120de10c199e6a1a7e23443507266268b4304d5361136432be0cb6f426eab2fc115412cc648c82b9adc6758255796f65d4aa7de62d9dab5905f4e02c2d6 SHA512 691725c85fb8ddc580d26fc9db15dc40ee7c84026febad8e68c546417fcdc0292425ec1aff72b7c38a35a7f60f7d977863d036c3e7defee020590c67427f0085
+EBUILD scrapy-1.0.3.ebuild 2455 BLAKE2B 0b3de84983cf43961971c8da943a650dffb21b405878e622706c301e1ea492c6056650d8a9e33feed38970765f2663bd04ac6dbc5edcd15c4f16489d82ff1292 SHA512 04460a65bb9befb2f752e19e02c14bd991f89f4589b1589ff16883bffaaad0d4b3bc6c6f9a55139829f9347cc5c7ae95fbe6c2480d9ce43700b8ff2c9d3b8860
+EBUILD scrapy-1.4.0.ebuild 2439 BLAKE2B 2bc14a2aa6d375fa7727c7932912ea1fb7b133cdf9c17e7cc3ae8ff6d3739b18d7a46e044846a428142255ef1b6df343eb8de5231d4dc1720635f097cefc7c48 SHA512 73da0d5f2b31303b20033179b02fe7e25b5870adf009dab3235ae4380d1227baa4359e8db8915985dc51527b42a05f77f0233aad8ec442fe165a5c17e5848a69
MISC metadata.xml 606 BLAKE2B ab0f29acb4fadaaab7bc9193c27480b347651ee6c8700f321b13738021e28f234a1537020993af68e6e0e4f0c3aca9a15a5cf25957bb289ce272fa2766e5a261 SHA512 6c507058cfa5501fd3e8d163ee697b5b00fa341374431e6d7c43dd61cf16fca5c935b26abf17f8be38657463c7e106bdffab5eacac9764b2a3a960b80c24fc9a
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"