pspec.xml 2.5 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-cups</Name>
  6. <Homepage>http://cyberelk.net/tim/software/pycups</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Python interface to the CUPS API</Summary>
  14. <Description>python-cups contains python bindings to wrap the CUPS API.</Description>
  15. <Archive sha1sum="860ddef7df9ab83143817fb5bd8477f6a8984da9" type="tarbz2">https://files.pythonhosted.org/packages/00/ce/836a0deb8b24bcd5f850f8fb97f99fb4abd7374e078b9e6df5a0838f8eb5/pycups-1.9.74.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>cups-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python-cups</Name>
  23. <RuntimeDependencies>
  24. <Dependency>cups</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="5">
  33. <Date>2019-10-19</Date>
  34. <Version>1.9.74</Version>
  35. <Comment>Version bump.</Comment>
  36. <Name>Mustafa Cinasal</Name>
  37. <Email>muscnsl@gmail.com</Email>
  38. </Update>
  39. <Update release="4">
  40. <Date>2018-08-13</Date>
  41. <Version>1.9.73</Version>
  42. <Comment>Rebuild New T.</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. <Update release="3">
  47. <Date>2017-01-25</Date>
  48. <Version>1.9.73</Version>
  49. <Comment>Version Bump</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2016-06-09</Date>
  55. <Version>1.9.72</Version>
  56. <Comment>Release Bump</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2015-06-21</Date>
  62. <Version>1.9.72</Version>
  63. <Comment>First release</Comment>
  64. <Name>Hakan Yıldız</Name>
  65. <Email>hknyldz93@gmail.com</Email>
  66. </Update>
  67. </History>
  68. </PISI>