python-pyatspi:version bump

This commit is contained in:
blue-devil
2020-01-21 01:45:31 +03:00
parent 47aaaeca8e
commit 067f978650
3 changed files with 17 additions and 9 deletions
@@ -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>python-pyatspi</Name> <Name>python-pyatspi</Name>
@@ -8,29 +8,39 @@
<Name>Kamil Atlı</Name> <Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email> <Email>suvari@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.python</PartOf>
<License>LGPLv2+</License> <License>LGPLv2+</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python bindings for at-spi2-core</Summary> <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> <Description>python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
<Archive sha1sum="45250ae95ce37189e26f7706fe3eb8e3deff7a03" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.26/pyatspi-2.26.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>python-pygobject3-devel</Dependency> <Dependency>python-pygobject3-devel</Dependency>
<Dependency>at-spi2-core-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>python-pyatspi</Name> <Name>python-pyatspi</Name>
<Summary>Python bindings for at-spi2-core</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>at-spi2-core</Dependency>
<Dependency>python-pygobject3</Dependency> <Dependency>python-pygobject3</Dependency>
<Dependency>at-spi2-core</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/lib/python*</Path> <Path fileType="executable">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc/python-pyatspi</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<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"> <Update release="2">
<Date>2018-08-30</Date> <Date>2018-08-30</Date>
<Version>2.26.0</Version> <Version>2.26.0</Version>
@@ -46,4 +56,4 @@
<Email>suvari@pisilinux.org</Email> <Email>suvari@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">python-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description> <Description xml:lang="tr">python-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description>
</Source> </Source>
</PISI> </PISI>