pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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-pyliblzma</Name>
  6. <Homepage>http://pypi.python.org/pypi/pyliblzma</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Python bindings for lzma</Summary>
  14. <Description>pyliblzma provides a python interface for the liblzma library to read/write data that has been compressed/decompressed with lzma utils.</Description>
  15. <Archive sha1sum="6240ec6f830f35f4087b8926a95c2074320b7ed5" type="tarbz2">https://files.pythonhosted.org/packages/17/48/5292ade507dafe573360560ba53783395587dc42eb32b347feb2ac70fc6b/pyliblzma-0.5.3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>xz-devel</Dependency>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-pyliblzma</Name>
  24. <RuntimeDependencies>
  25. <Dependency>xz</Dependency>
  26. <Dependency>python</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/lib/python2*</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="6">
  35. <Date>2020-12-09</Date>
  36. <Version>0.5.3</Version>
  37. <Comment>Rebuild.</Comment>
  38. <Name>Mustafa Cinasal</Name>
  39. <Email>muscnsl@gmail.com</Email>
  40. </Update>
  41. <Update release="5">
  42. <Date>2019-12-27</Date>
  43. <Version>0.5.3</Version>
  44. <Comment>Rebuild</Comment>
  45. <Name>idris Kalp</Name>
  46. <Email>idriskalp@gmail.com</Email>
  47. </Update>
  48. <Update release="4">
  49. <Date>2018-07-15</Date>
  50. <Version>0.5.3</Version>
  51. <Comment>Rebuild</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2017-01-22</Date>
  57. <Version>0.5.3</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Ertuğrul Erata</Name>
  60. <Email>ertugrulerata@gmail.com</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2016-04-27</Date>
  64. <Version>0.5.3</Version>
  65. <Comment>Release Bump</Comment>
  66. <Name>PisiLinux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2016-03-02</Date>
  71. <Version>0.5.3</Version>
  72. <Comment>First release</Comment>
  73. <Name>Ertuğrul Erata</Name>
  74. <Email>ertugrulerata@gmail.com</Email>
  75. </Update>
  76. </History>
  77. </PISI>