python3-pyatspi:ver.bump

This commit is contained in:
blue-devil
2020-03-26 01:24:17 +03:00
parent eb8398596b
commit 1fd75e6a50
3 changed files with 16 additions and 8 deletions
@@ -18,4 +18,5 @@ def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README")
@@ -8,16 +8,16 @@
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>Python bindings for at-spi2-core</Summary>
<Description>python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
<Archive sha1sum="dfeba1b19039217bacbf7e26ed9f0550869b4125" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.34/pyatspi-2.34.0.tar.xz</Archive>
<Archive sha1sum="5f6c87474f1475cfb39ad9497be6237d50cd4640" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.36/pyatspi-2.36.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>at-spi2-core-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>at-spi2-core-devel</Dependency>
</BuildDependencies>
</Source>
@@ -25,9 +25,9 @@
<Name>python3-pyatspi</Name>
<Summary>Python bindings for at-spi2-core</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/lib/python*</Path>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-03-17</Date>
<Version>2.36.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-01-15</Date>
<Version>2.34.0</Version>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-pyatspi</Name>
<Name>python3-pyatspi</Name>
<Summary xml:lang="tr">at-spi2-core altyapısı için Python bağlayıcısı</Summary>
<Description xml:lang="tr">python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description>
</Source>