diff --git a/programming/language/python3/python3-Jinja2/actions.py b/programming/language/python3/python3-Jinja2/actions.py
index 2cbab6a32d..613c3a64e5 100644
--- a/programming/language/python3/python3-Jinja2/actions.py
+++ b/programming/language/python3/python3-Jinja2/actions.py
@@ -5,6 +5,8 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
@@ -12,7 +14,11 @@ examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
def build():
pythonmodules.compile(pyVer="3")
+ # build documentation
+ shelltools.cd("docs")
+ autotools.make("html")
def install():
pythonmodules.install(pyVer="3")
- pisitools.insinto(examples, "examples/*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE*")
+ pisitools.dohtml("docs/_build/html/*")
\ No newline at end of file
diff --git a/programming/language/python3/python3-Jinja2/pspec.xml b/programming/language/python3/python3-Jinja2/pspec.xml
index fc462cf714..f50e013f1d 100644
--- a/programming/language/python3/python3-Jinja2/pspec.xml
+++ b/programming/language/python3/python3-Jinja2/pspec.xml
@@ -13,13 +13,16 @@
app:console
A small but fast and easy to use stand-alone template engine written in pure python
Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
- https://github.com/pallets/jinja/archive/2.11.1.tar.gz
+ https://github.com/pallets/jinja/archive/2.11.2.tar.gz
python3-MarkupSafe
python3-setuptools
python3-devel
-
+ python3-sphinxcontrib-log-cabinet
+ python3-pallets-sphinx-themes
+ python3-sphinx-issues
+ python3-sphinx
@@ -33,8 +36,9 @@
python3
+ /usr/share/doc/python3-Jinja2/LICENSE.rst
+ /usr/share/doc/python3-Jinja2/README.rst
/usr/lib/python3*
- /usr/share/doc/python3-Jinja2/LICENSE
@@ -42,11 +46,18 @@
python3-Jinja2-docs
Documentation files for python3-Jinja2
- /usr/share/doc/python3-Jinja2
+ /usr/share/doc/python3-Jinja2/html
+
+ 2020-04-22
+ 2.11.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-06
2.11.1