mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dev-python/parsel: add test and doc
This commit is contained in:
parent
0a214dccb3
commit
2674407728
1 changed files with 7 additions and 3 deletions
|
|
@ -14,14 +14,18 @@ LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
RDEPEND=">=dev-python/w3lib-1.19.0[${PYTHON_USEDEP}]
|
RDEPEND="
|
||||||
|
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]
|
||||||
>=dev-python/lxml-2.3[${PYTHON_USEDEP}]
|
>=dev-python/lxml-2.3[${PYTHON_USEDEP}]
|
||||||
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
|
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
|
||||||
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
|
>=dev-python/w3lib-1.19.0[${PYTHON_USEDEP}]
|
||||||
DEPEND="${RDEPEND}"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# don't require pytest-runner
|
# don't require pytest-runner
|
||||||
sed -i "/setup_require/d" setup.py || die
|
sed -i "/setup_require/d" setup.py || die
|
||||||
eapply_user
|
eapply_user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue