python3-pyatspi:version bump

This commit is contained in:
blue-devil
2020-01-17 00:17:32 +03:00
parent 8d29647ab2
commit c7ae53c4df
3 changed files with 15 additions and 7 deletions
@@ -18,6 +18,4 @@ def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyatspi</Name>
@@ -9,10 +9,11 @@
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<PartOf>programming.language.python3</PartOf>
<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="6f74760981f4494bbfe831242eff820b6428611d" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.30/pyatspi-2.30.0.tar.xz</Archive>
<Archive sha1sum="dfeba1b19039217bacbf7e26ed9f0550869b4125" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.34/pyatspi-2.34.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>at-spi2-core-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
@@ -22,7 +23,9 @@
<Package>
<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>
</RuntimeDependencies>
@@ -33,6 +36,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-01-15</Date>
<Version>2.34.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2018-08-30</Date>
<Version>2.30.0</Version>
@@ -41,4 +51,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<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>
</PISI>
</PISI>