122 lines
4.6 KiB
XML
Executable File
122 lines
4.6 KiB
XML
Executable File
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-Jinja2</Name>
|
|
<Homepage>https://palletsprojects.com/p/jinja/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python</PartOf>
|
|
<License>as-is</License>
|
|
<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>
|
|
<BuildDependencies>
|
|
<!-- For creating documentations-->
|
|
<!--<Dependency>python-sphinx</Dependency>-->
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python-MarkupSafe</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!--<Patch level="1">drop_next_import_from_docs-jinjaext.patch</Patch> -->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-Jinja2</Name>
|
|
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python-MarkupSafe</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python-Jinja2/LICENSE</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>python-Jinja2-docs</Name>
|
|
<Summary>Documentation files for python-Jinja2</Summary>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-Jinja2</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="10">
|
|
<Date>2020-07-20</Date>
|
|
<Version>2.11.2</Version>
|
|
<Comment>Patch version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="9">
|
|
<Date>2020-02-06</Date>
|
|
<Version>2.11.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="8">
|
|
<Date>2020-01-29</Date>
|
|
<Version>2.11.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="7">
|
|
<Date>2019-12-29</Date>
|
|
<Version>2.10.3</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="6">
|
|
<Date>2019-10-03</Date>
|
|
<Version>2.10.1</Version>
|
|
<Comment>Version bump</Comment>
|
|
<Name>idris Kalp</Name>
|
|
<Email>idriskalp@gmail.com</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2018-08-15</Date>
|
|
<Version>2.10</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2018-02-26</Date>
|
|
<Version>2.10</Version>
|
|
<Comment>Version Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2017-01-29</Date>
|
|
<Version>2.9.5</Version>
|
|
<Comment>Version Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>2.7.2</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2014-02-27</Date>
|
|
<Version>2.7.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|