Files
main/programming/language/python3/python3-mako/pspec.xml
T
2020-08-31 00:11:34 +02:00

98 lines
3.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-mako</Name>
<Homepage>https://www.makotemplates.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A python3 templating language</Summary>
<Description>python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="098f90baefe938434e426b8682cdfb89fa223eba" type="targz">https://pypi.org/packages/source/m/mako/Mako-1.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-mako</Name>
<Summary>A python3 templating language</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>python3-mako-docs</Name>
<Summary>Documentation files for python3-mako</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-mako</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/*/html</Path>
<Path fileType="doc">/usr/share/doc/*/build</Path>
<Path fileType="doc">/usr/share/doc/*/examples</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-07-21</Date>
<Version>1.1.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-03-04</Date>
<Version>1.1.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-01-23</Date>
<Version>1.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-01-08</Date>
<Version>1.1.0</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-04-08</Date>
<Version>1.0.8</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-01-28</Date>
<Version>1.0.7</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>