mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
30 lines
921 B
Bash
30 lines
921 B
Bash
# 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}]"
|