aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-23 22:39:34 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-23 22:39:34 +0200
commita4c0bd5b7efb0c339046bf53dd3f143104260272 (patch)
tree211376b3eed753ab87e8a3862406b1ef7bc76672 /dev-tex/pythontex/pythontex-9999.ebuild
parentadded missing deps (diff)
downloadsci-a4c0bd5b7efb0c339046bf53dd3f143104260272.tar.gz
sci-a4c0bd5b7efb0c339046bf53dd3f143104260272.tar.bz2
sci-a4c0bd5b7efb0c339046bf53dd3f143104260272.zip
added python usedep and merged domodule nd doinstall lines
Diffstat (limited to 'dev-tex/pythontex/pythontex-9999.ebuild')
-rw-r--r--dev-tex/pythontex/pythontex-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
index befcf78b5..11fcab785 100644
--- a/dev-tex/pythontex/pythontex-9999.ebuild
+++ b/dev-tex/pythontex/pythontex-9999.ebuild
@@ -25,7 +25,7 @@ DEPEND="app-text/texlive
RDEPEND="${DEPEND}
dev-texlive/texlive-xetex
- >=dev-python/matplotlib-1.2.0
+ >=dev-python/matplotlib-1.2.0[${PYTHON_USEDEP}]
highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
src_prepare() {
@@ -50,15 +50,13 @@ src_install() {
python_newscript depythontex2.py depythontex.py
fi
- python_domodule "${S}"/pythontex_engines.py
- python_domodule "${S}"/pythontex_utils.py
+ python_domodule "${S}"/pythontex_engines.py "${S}"/pythontex_utils.py
insinto /usr/share/texmf-site/tex/latex/pythontex/
doins "${S}"/pythontex.sty
insinto /usr/share/texmf-site/source/latex/pythontex/
- doins "${S}"/pythontex.dtx
- doins "${S}"/pythontex.ins
+ doins "${S}"/pythontex.dtx "${S}"/pythontex.ins
latex-package_src_install