Files
2023-10-17 13:41:53 +03:00

122 lines
4.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://palletsprojects.com/p/jinja/</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="befcc9b2a983507ae54bd7f0d39dc495b92c452c" type="targz">https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-3.0.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<!-- For creating documentations-->
<Dependency>python3-pytest</Dependency>
<Dependency>python3-sphinxcontrib-log-cabinet</Dependency>
<Dependency>python3-pallets-sphinx-themes</Dependency>
<Dependency>python3-sphinx-issues</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-charset-normalizer</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="doc">/usr/share/doc/python3-Jinja2/PKG-INFO</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="9">
<Date>2023-10-17</Date>
<Version>3.0.3</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-11-11</Date>
<Version>3.0.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-10-22</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>
<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>