Files
main/programming/language/python3/python3-Jinja2/pspec.xml
T
2020-04-23 03:01:04 +03:00

97 lines
3.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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>
<PartOf>programming.language.python3</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>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<!-- For creating documentations-->
<Dependency>python3-sphinxcontrib-log-cabinet</Dependency>
<Dependency>python3-pallets-sphinx-themes</Dependency>
<Dependency>python3-sphinx-issues</Dependency>
<Dependency>python3-sphinx</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="doc">/usr/share/doc/python3-Jinja2/LICENSE.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/README.rst</Path>
<Path fileType="library">/usr/lib/python3*</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/html</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>2.11.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<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="4">
<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="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>