diff --git a/programming/language/python/python-Jinja2/actions.py b/programming/language/python/python-Jinja2/actions.py index 4043724f..45eb111e 100755 --- a/programming/language/python/python-Jinja2/actions.py +++ b/programming/language/python/python-Jinja2/actions.py @@ -5,14 +5,14 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import autotools -from pisi.actionsapi import shelltools from pisi.actionsapi import get examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) -WorkDir = "Jinja2-%s" % get.srcVERSION() +WorkDir = "jinja-%s" % get.srcVERSION() def build(): pythonmodules.compile() @@ -27,4 +27,4 @@ def install(): #autotools.make("html") #shelltools.cd("..") #pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION()) - pisitools.dodoc("CHANGES*", "README*") + pisitools.dodoc("CHANGES*", "README*") \ No newline at end of file diff --git a/programming/language/python/python-Jinja2/pspec.xml b/programming/language/python/python-Jinja2/pspec.xml index 832f70e0..6833d750 100755 --- a/programming/language/python/python-Jinja2/pspec.xml +++ b/programming/language/python/python-Jinja2/pspec.xml @@ -1,5 +1,5 @@ - + python-Jinja2 @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org + programming.language.python as-is 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://files.pythonhosted.org/packages/7b/db/1d037ccd626d05a7a47a1b81ea73775614af83c2b3e53d86a0bb41d8d799/Jinja2-2.10.3.tar.gz + https://github.com/pallets/jinja/archive/2.11.0.tar.gz @@ -20,7 +21,7 @@ python-MarkupSafe - + @@ -38,12 +39,20 @@ python-Jinja2-docs + Documentation files for python-Jinja2 /usr/share/doc/python-Jinja2 + + 2020-01-29 + 2.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-29 2.10.3 @@ -51,7 +60,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-10-03 2.10.1 Version bump @@ -94,4 +103,4 @@ yusuf.aydemir@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-Jinja2/translations.xml b/programming/language/python/python-Jinja2/translations.xml index 7cffe558..bc8a3b33 100755 --- a/programming/language/python/python-Jinja2/translations.xml +++ b/programming/language/python/python-Jinja2/translations.xml @@ -11,4 +11,4 @@ python-Jinja2 için belgelendirme dosyaları python-Jinja2-docs, python-Jinja2 için belgelendirme dosyaları içerir. - + \ No newline at end of file