pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-mako</Name>
  6. <Homepage>http://www.makotemplates.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A python templating language</Summary>
  15. <Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
  16. <Archive sha1sum="8cbc52319268525208c88dd3ef62c929069e4b24" type="targz">https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python-mako</Name>
  23. <RuntimeDependencies>
  24. <Dependency>python-beaker</Dependency>
  25. <Dependency>python-MarkupSafe</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>python-mako-docs</Name>
  35. <RuntimeDependencies>
  36. <Dependency release="current">python-mako</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="doc">/usr/share/doc/*/html</Path>
  40. <Path fileType="doc">/usr/share/doc/*/build</Path>
  41. <Path fileType="doc">/usr/share/doc/*/examples</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2017-01-25</Date>
  47. <Version>1.0.6</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Alihan Öztürk</Name>
  50. <Email>alihan@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-09-22</Date>
  54. <Version>0.9.1</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Oğuzhan BÖLÜKBAŞ</Name>
  57. <Email>oguzhan.bolukbas18@gmail.com</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2014-04-16</Date>
  61. <Version>0.9.1</Version>
  62. <Comment>First release</Comment>
  63. <Name>Yusuf Aydemir</Name>
  64. <Email>yusuf.aydemir@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>