pspec.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-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>Python3 interface to the CUPS API</Summary>
  14. <Description>python3-cups contains python3 bindings to wrap the CUPS API.</Description>
  15. <Archive sha1sum="561dc41a0025ad3467e7d151ee2ce84e5e564f9d" type="tarbz2">http://cyberelk.net/tim/data/pycups/pycups-1.9.73.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>cups-devel</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>python3-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="1">
  33. <Date>2017-01-25</Date>
  34. <Version>1.9.73</Version>
  35. <Comment>First Relase.</Comment>
  36. <Name>Ayhan Yalçınsoy</Name>
  37. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  38. </Update>
  39. </History>
  40. </PISI>