dev-python/pdfminer-six: add distutils_enable_sphinx

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-16 11:24:05 +02:00
parent ec8bbb4602
commit 6ec1967d1f
2 changed files with 5 additions and 43 deletions

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN="${PN/-/.}"
@@ -16,34 +17,14 @@ SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${MY_PN}/archive/${PV}.tar.gz ->
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="
>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
"
DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
)
"
BDEPEND="
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx-argparse[${PYTHON_USEDEP}]
)
"
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
}
distutils_enable_tests nose
distutils_enable_sphinx docs/source dev-python/sphinx-argparse

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN="${PN/-/.}"
@@ -16,34 +17,14 @@ SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${MY_PN}/archive/${PV}.tar.gz ->
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="
>=dev-python/chardet-3.0[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
"
DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
)
"
BDEPEND="
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx-argparse[${PYTHON_USEDEP}]
)
"
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
}
S="${WORKDIR}/${MY_PN}-${PV}"
distutils_enable_tests nose
distutils_enable_sphinx docs/source dev-python/sphinx-argparse