mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/pylatex: cleanup, fix test dependency
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin <ddenoncin@gmail.com>
This commit is contained in:
@@ -32,6 +32,8 @@ test? (
|
||||
dev-python/quantities
|
||||
dev-python/matplotlib
|
||||
dev-python/numpy
|
||||
app-text/texlive
|
||||
dev-texlive/texlive-latexextra
|
||||
)
|
||||
"
|
||||
|
||||
@@ -45,8 +47,7 @@ distutils-r1_src_prepare
|
||||
|
||||
python_install_all() {
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc -r examples/.
|
||||
dodoc -r examples
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
@@ -54,6 +55,7 @@ distutils-r1_python_install_all
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optional dependencies:"
|
||||
optfeature "compiling generated files" app-text/texlive dev-texlive/texlive-latexextra
|
||||
optfeature "matplotlib support" dev-python/matplotlib
|
||||
optfeature "numpy support" dev-python/numpy
|
||||
optfeature "quantities support" dev-python/quantities
|
||||
|
||||
Reference in New Issue
Block a user