73 lines
2.9 KiB
XML
73 lines
2.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-Jinja2</Name>
|
|
<Homepage>https://jinja.pocoo.org/2/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<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>
|
|
<Archive sha1sum="fbb6a03ad01b766d816650147d1fccfc145de9e0" type="targz">https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-2.10.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<!-- For creating documentations-->
|
|
<!--<Dependency>python3-sphinx</Dependency>-->
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-MarkupSafe</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<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>
|
|
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<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>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-01-28</Date>
|
|
<Version>2.10</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|