aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-14 21:22:49 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-14 21:22:49 +0200
commit41e7b4180e99d511d09c65ab136d3c2ec505f6fe (patch)
tree7f73dd68099aaafe17cd57b293f7541079f4fde1 /dev-python/pylatex
parentdev-python/quantities: add py3_9 (diff)
downloadguru-41e7b4180e99d511d09c65ab136d3c2ec505f6fe.tar.gz
guru-41e7b4180e99d511d09c65ab136d3c2ec505f6fe.tar.bz2
guru-41e7b4180e99d511d09c65ab136d3c2ec505f6fe.zip
dev-python/pylatex: fixes and add py3_9
remove double S variabel, my mistake I didn't notice that it was already in here add missing sphinx_rtd_theme dep for doc building Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/pylatex')
-rw-r--r--dev-python/pylatex/pylatex-1.3.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pylatex/pylatex-1.3.2.ebuild b/dev-python/pylatex/pylatex-1.3.2.ebuild
index 36da5e759..fa49b27e1 100644
--- a/dev-python/pylatex/pylatex-1.3.2.ebuild
+++ b/dev-python/pylatex/pylatex-1.3.2.ebuild
@@ -5,9 +5,8 @@ EAPI=7
MY_PN="PyLaTeX"
MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 eutils
DESCRIPTION="A Python library for creating LaTeX files and snippets"
@@ -33,7 +32,7 @@ DEPEND="test? (
S="${WORKDIR}/${MY_P}"
-distutils_enable_sphinx docs/source
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
distutils_enable_tests nose
python_install_all() {