123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pyatspi</Name>
- <Homepage>http://www.linuxfoundation.org/collaborate/workgroups/accessibility</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>LGPLv2+</License>
- <IsA>library</IsA>
- <Summary>Python bindings for at-spi2-core</Summary>
- <Description>python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
- <Archive sha1sum="1a48b5f07d14c5173fce6f92735154456d9fb566" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>at-spi2-core-devel</Dependency>
- <Dependency>python-pygobject3-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pyatspi</Name>
- <Summary>Python bindings for at-spi2-core</Summary>
- <RuntimeDependencies>
- <Dependency>at-spi2-core</Dependency>
- <Dependency>python-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-pyatspi</Path>
- <Path fileType="executable">/usr/lib/python*</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2022-07-02</Date>
- <Version>2.38.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-03-27</Date>
- <Version>2.36.0</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-01-20</Date>
- <Version>2.34.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-30</Date>
- <Version>2.26.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2018-05-06</Date>
- <Version>2.26.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|