Files
main/programming/language/python/python-mako/pspec.xml
T
2020-01-23 21:41:19 +03:00

97 lines
3.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-mako</Name>
<Homepage>http://www.makotemplates.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A python templating language</Summary>
<Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="42147cc1cae0c65824b6fa0211a8c99cd0056766" type="targz">https://files.pythonhosted.org/packages/28/03/329b21f00243fc2d3815399413845dbbfb0745cff38a29d3597e97f8be58/Mako-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-MarkupSafe</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-beaker</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-mako</Name>
<Summary>A python templating language</Summary>
<RuntimeDependencies>
<Dependency>python-MarkupSafe</Dependency>
<Dependency>python-beaker</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>python-mako-docs</Name>
<Summary>Documentation files for python-mako</Summary>
<RuntimeDependencies>
<Dependency release="current">python-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-01-23</Date>
<Version>1.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-30</Date>
<Version>1.0.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-25</Date>
<Version>1.0.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>1.0.6</Version>
<Comment>Version Bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-09-22</Date>
<Version>0.9.1</Version>
<Comment>Release Bump</Comment>
<Name>Oğuzhan BÖLÜKBAŞ</Name>
<Email>oguzhan.bolukbas18@gmail.com</Email>
</Update>
<Update release="1">
<Date>2014-04-16</Date>
<Version>0.9.1</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>