pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-pyatspi</Name>
  6. <Homepage>http://www.linuxfoundation.org/collaborate/workgroups/accessibility</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>LGPLv2+</License>
  13. <IsA>library</IsA>
  14. <Summary>Python bindings for at-spi2-core</Summary>
  15. <Description>python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
  16. <Archive sha1sum="1a48b5f07d14c5173fce6f92735154456d9fb566" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>at-spi2-core-devel</Dependency>
  19. <Dependency>python-pygobject3-devel</Dependency>
  20. <Dependency>python3-pygobject3-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-pyatspi</Name>
  25. <Summary>Python bindings for at-spi2-core</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>at-spi2-core</Dependency>
  28. <Dependency>python-pygobject3</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="doc">/usr/share/doc/python-pyatspi</Path>
  32. <Path fileType="executable">/usr/lib/python*</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="5">
  37. <Date>2022-07-02</Date>
  38. <Version>2.38.2</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="4">
  44. <Date>2020-03-27</Date>
  45. <Version>2.36.0</Version>
  46. <Comment>Minor version bump.</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="3">
  51. <Date>2020-01-20</Date>
  52. <Version>2.34.0</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2018-08-30</Date>
  59. <Version>2.26.0</Version>
  60. <Comment>First release</Comment>
  61. <Name>Kamil Atlı</Name>
  62. <Email>suvari@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2018-05-06</Date>
  66. <Version>2.26.0</Version>
  67. <Comment>First release</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>suvari@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>