python3-Jinja2:rebuilt
This commit is contained in:
@@ -6,25 +6,13 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
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()
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.insinto(examples, "examples/*")
|
||||
|
||||
#Create docs with python-Sphinx
|
||||
#shelltools.cd("docs")
|
||||
#autotools.make("html")
|
||||
#shelltools.cd("..")
|
||||
#pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION())
|
||||
pisitools.dodoc("CHANGES*", "README*")
|
||||
pisitools.insinto(examples, "examples/*")
|
||||
@@ -9,6 +9,7 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<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>
|
||||
@@ -26,8 +27,10 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-Jinja2</Name>
|
||||
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-MarkupSafe</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
@@ -37,12 +40,20 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-Jinja2-docs</Name>
|
||||
<Summary>Documentation files for python3-Jinja2</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-Jinja2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>2.10.3</Version>
|
||||
<Comment>Rebuilt w/ py3.8 and clean.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-11-04</Date>
|
||||
<Version>2.10.3</Version>
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
<Package>
|
||||
<Name>python-Jinja2-docs</Name>
|
||||
<Summary xml:lang="tr">python3-Jinja2 için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-Jinja2-docs, python3-Jinja2 için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user