| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.11.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="Utility to extract data from XML/HTML documents using XPath or CSS selectors"
HOMEPAGE="
https://scrapy.org/
https://pypi.org/project/parsel/
https://github.com/scrapy/parsel
"
SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT=0
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/cssselect-1.2.0[${PYTHON_USEDEP}]
>=dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
>=dev-python/lxml-5.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-23.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.19.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/sybil[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/sphinx-notfound-page \
dev-python/sphinx-rtd-theme
>=dev-python/cssselect-1.2.0[${PYTHON_USEDEP}]
>=dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
>=dev-python/lxml-5.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-23.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.19.0[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/sybil[${PYTHON_USEDEP}]
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | parsel-1.11.0.gh.tar.gz | 109642 bytes | https://github.com/scrapy/parsel/archive/v1.11.0.tar.gz |