Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pylatex/
Date: Sat, 23 May 2020 16:10:49
Message-Id: 1590236859.0025dd997c1ec4e09b32bb9152663f28903922e1.andrewammerlaan@gentoo
1 commit: 0025dd997c1ec4e09b32bb9152663f28903922e1
2 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
3 AuthorDate: Sat May 23 12:27:39 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat May 23 12:27:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0025dd99
7
8 dev-python/pylatex: cleanup, fix test dependency
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
12
13 dev-python/pylatex/pylatex-1.3.1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pylatex/pylatex-1.3.1.ebuild b/dev-python/pylatex/pylatex-1.3.1.ebuild
17 index c1f01ab..afab1b0 100644
18 --- a/dev-python/pylatex/pylatex-1.3.1.ebuild
19 +++ b/dev-python/pylatex/pylatex-1.3.1.ebuild
20 @@ -32,6 +32,8 @@ test? (
21 dev-python/quantities
22 dev-python/matplotlib
23 dev-python/numpy
24 + app-text/texlive
25 + dev-texlive/texlive-latexextra
26 )
27 "
28
29 @@ -45,8 +47,7 @@ distutils-r1_src_prepare
30
31 python_install_all() {
32 if use examples ; then
33 - docinto examples
34 - dodoc -r examples/.
35 + dodoc -r examples
36 fi
37
38 distutils-r1_python_install_all
39 @@ -54,6 +55,7 @@ distutils-r1_python_install_all
40
41 pkg_postinst() {
42 elog "Optional dependencies:"
43 + optfeature "compiling generated files" app-text/texlive dev-texlive/texlive-latexextra
44 optfeature "matplotlib support" dev-python/matplotlib
45 optfeature "numpy support" dev-python/numpy
46 optfeature "quantities support" dev-python/quantities