python3-pyatspi:version bump
This commit is contained in:
@@ -18,6 +18,4 @@ def build():
|
|||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-pyatspi</Name>
|
<Name>python3-pyatspi</Name>
|
||||||
@@ -9,10 +9,11 @@
|
|||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>LGPLv2+</License>
|
<License>LGPLv2+</License>
|
||||||
|
<PartOf>programming.language.python3</PartOf>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python bindings for at-spi2-core</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>at-spi2-core-devel</Dependency>
|
<Dependency>at-spi2-core-devel</Dependency>
|
||||||
<Dependency>python-pygobject3-devel</Dependency>
|
<Dependency>python-pygobject3-devel</Dependency>
|
||||||
@@ -22,7 +23,9 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-pyatspi</Name>
|
<Name>python3-pyatspi</Name>
|
||||||
|
<Summary>Python bindings for at-spi2-core</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>at-spi2-core</Dependency>
|
<Dependency>at-spi2-core</Dependency>
|
||||||
<Dependency>python3-pygobject3</Dependency>
|
<Dependency>python3-pygobject3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -33,6 +36,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2018-08-30</Date>
|
<Date>2018-08-30</Date>
|
||||||
<Version>2.30.0</Version>
|
<Version>2.30.0</Version>
|
||||||
@@ -41,4 +51,4 @@
|
|||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -5,4 +5,4 @@
|
|||||||
<Summary xml:lang="tr">at-spi2-core altyapısı için Python bağlayıcısı</Summary>
|
<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>
|
<Description xml:lang="tr">python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user