mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
Scrapy: 1.7.0 bump
This commit is contained in:
parent
e7ff7fb530
commit
9848e3d791
2 changed files with 31 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST Scrapy-1.6.0.tar.gz 926576 BLAKE2B be3238769329d230332c774a3d9a825de390778dbe6890bd4dca9500598a81a0b4a26312d870cfc9ccb143cf50a5d137fd903340934a1d0720cde39b0a9f9084 SHA512 8c0581977d5d4e22afc535fbfff96d51dcc171dc60e21b3a2e35b327f83a484960b7979a5fc79502175441cff92a2f6dfa9511fd3de259eb7a0d4cfc28577e1e
|
||||
DIST Scrapy-1.7.0.tar.gz 951002 BLAKE2B 28ccbd16926cabd7da5da11122d6565623749102c7ff8ee23a04a1908545e8b82027928f8281747cf3e0ca355ad48695bf8aa05ce7f4ed29433872708f4f7219 SHA512 7ba6da81e68647d1e3638d9fd060844c954b99aa295ae62bcfed358bb37b9cb2ecfee414ca223b89feefa121f1b76f632a3af587110636cfc0b801489e2d79eb
|
||||
|
|
|
|||
30
dev-python/Scrapy/Scrapy-1.7.0.ebuild
Normal file
30
dev-python/Scrapy/Scrapy-1.7.0.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
|
||||
HOMEPAGE="https://scrapy.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-3.2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/queuelib-1.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/w3lib-1.17.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/parsel-1.5[${PYTHON_USEDEP}]
|
||||
dev-python/service_identity[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue