Scrapy: 1.8.0 bump

This commit is contained in:
blshkv 2019-12-28 20:16:32 +08:00
parent e1d672a5e9
commit 81b33c9887
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST Protego-0.1.16.tar.gz 3211311 BLAKE2B 22b7289d004c9bc114d34eb7ed1c2591854a180013c5c8fc44ebf7e5774e5ecee3ddee4adcb114fbc060058f46607ae2417eb3ae6ad5f0bdaec493d575586312 SHA512 437a52eb05d77db0d084a572a528e92ff71702ea46df794b081f8ca0338d92a89035bd4f02891ae636b8662ecd4c4e129c4e54d4267b1ea36d40df6dd616b9a0

View file

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
DESCRIPTION="robots.txt parser with support for modern conventions"
HOMEPAGE="https://pypi.org/project/Protego/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -1 +1,2 @@
DIST Scrapy-1.7.3.tar.gz 951640 BLAKE2B 60efe7647a04199bc358de3c073a235b5e7b5f442af2906f667f0faa64a5281982521d993d00109ac827ec4d05368c63fcaa38cd1690b0c2cf1d248152adaf46 SHA512 45638732829976443714988ddcd016f7c222b2796c7bd353d6a93186e0182782211af60d1417cdf0980fa5ed6113c2e94b89e2d13ac42999ec1e45457913382d
DIST Scrapy-1.8.0.tar.gz 977658 BLAKE2B 32cf81919d0b3598a2fc8b2cf1880afbf3999b8e97b0f71ecbb95e22f0810d78d21798d7b1e40137c06733963f8fee28abeaa8804376f3701b87534a20d9f797 SHA512 fcc988cee171a8134ff8a6cd2655d715942fb9e720a070654bc634863e444f121e990910a0c1377e3b4679d496610267cc43eb907b8cf27d0623053c66ff26b9

View file

@ -0,0 +1,37 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{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=""
# The 'PyDispatcher>=2.0.5' distribution was not found and is required by Scrapy
# >=dev-python/pydispatcher-2.1.2 — is corrupted by maintainer/upstream (??)
RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/parsel[${PYTHON_USEDEP}]
>=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}]
dev-python/w3lib[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/Protego[${PYTHON_USEDEP}]
"
DEPEND="${REDEPEND}"

View file

@ -14,7 +14,7 @@ inherit chromium-2
MY_PN="${PN/-bin}"
SRC_URI_BASE="https://github.com/electron/electron/releases/download"
DESCRIPTION="Cross platform application development framework based on web technologies"
HOMEPAGE="https://electron.atom.io"
HOMEPAGE="https://electronjs.org/"
SRC_URI="
amd64? ( ${SRC_URI_BASE}/v${PV}/${MY_PN}-v${PV}-linux-x64.zip -> ${P}-x64.zip )
arm? ( ${SRC_URI_BASE}/v${PV}/${MY_PN}-v${PV}-linux-armv7l.zip -> ${P}-armv7l.zip )

View file

@ -379,8 +379,10 @@ dev-python/django-extensions
#~dev-python/jinja-2.10.1
#~dev-python/msgpack-0.6.1
#~dev-python/bottleneck-1.2.1
dev-python/Scrapy
~dev-python/w3lib-1.20.0
dev-python/Protego
#~dev-python/pandas-0.24.1
#=dev-python/urllib3-1.25*
~dev-python/requests-file-1.4.3