6240da8808
checkelf problem, deps was fixed
64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?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="aa01bafca5a835eb92a9048be92414fa83da102b" type="targz">http://pypi.python.org/packages/source/M/Mako/Mako-0.9.1.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="2">
|
|
<Date>2014-04-16</Date>
|
|
<Version>0.9.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2012-11-11</Date>
|
|
<Version>0.7.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|