pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-sane</Name>
  6. <Homepage>https://python-sane.readthedocs.io/en/latest/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app</IsA>
  13. <Summary>Python interface to the SANE scanner and frame grabber.</Summary>
  14. <Description>Python interface to the SANE scanner and frame grabber.</Description>
  15. <Archive sha1sum="fe036aab4a5dda1ef08df5b8d9d8a0027f3f136e" type="targz">https://github.com/python-pillow/Sane/archive/refs/tags/v2.9.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-devel</Dependency>
  18. <Dependency>python3-setuptools</Dependency>
  19. <Dependency>sane-backends-devel</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>python3-sane.patch</Patch>
  24. <Patch level="1">python3-sane.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>python3-sane</Name>
  30. <RuntimeDependencies>
  31. <Dependency>python3</Dependency>
  32. <Dependency>sane-backends</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="2">
  41. <Date>2023-10-17</Date>
  42. <Version>2.9.1</Version>
  43. <Comment>Rebuild.</Comment>
  44. <Name>Pisi Linux Admins</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2021-04-26</Date>
  49. <Version>2.9.1</Version>
  50. <Comment>First release</Comment>
  51. <Name>Pisi Linux Admins</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>