dev-python/pdfminer-six: Correcting test and doc
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d27fb09a46
commit
f6c6467fec
|
@ -18,17 +18,18 @@ SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="doc test"
|
IUSE="doc test"
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/nose[${PYTHON_USEDEP}]
|
|
||||||
dev-python/tox[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
|
>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
|
||||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||||
dev-python/sortedcontainers[${PYTHON_USEDEP}]
|
dev-python/sortedcontainers[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
test? (
|
||||||
|
dev-python/nose[${PYTHON_USEDEP}]
|
||||||
|
dev-python/tox[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
doc? (
|
doc? (
|
||||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||||
|
@ -37,3 +38,12 @@ BDEPEND="
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
python_compile_all() {
|
||||||
|
use doc && emake -C docs html
|
||||||
|
}
|
||||||
|
|
||||||
|
python_install_all() {
|
||||||
|
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||||
|
distutils-r1_python_install_all
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue