python3-*

This commit is contained in:
Rmys
2021-10-22 17:46:11 +03:00
parent f637729d46
commit fc5133d319
126 changed files with 1120 additions and 177 deletions
@@ -15,10 +15,10 @@ examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
def build():
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.cd("docs")
autotools.make("html")
#shelltools.cd("docs")
autotools.make("-C docs html PYTHONPATH=$(pwd)/src SPHINXBUILD=sphinx-build ")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dohtml("docs/_build/html/*")
pisitools.dohtml("docs/_build/html/*")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
<Description>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.</Description>
<Archive sha1sum="a94503bf80f7fab69dc70c4a33247a0124d523b2" type="targz">https://github.com/pallets/jinja/archive/2.11.2.tar.gz</Archive>
<Archive sha1sum="f001b6056a0d95c5d1ff1cec7a0df22426de8ed3" type="targz">https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-3.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -38,6 +38,7 @@
<Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-08</Date>
<Version>3.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-04-22</Date>
<Version>2.11.2</Version>