1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://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>
- <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="8cbc52319268525208c88dd3ef62c929069e4b24" type="targz">https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-mako</Name>
- <RuntimeDependencies>
- <Dependency>python-beaker</Dependency>
- <Dependency>python-MarkupSafe</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>python-mako-docs</Name>
- <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="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>
|