pythn-pygobject3:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:40:19 +03:00
parent 67e098f376
commit 8dfe21c79a
3 changed files with 34 additions and 25 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import get
def setup(): def setup():
shelltools.makedirs("build") shelltools.makedirs("build")
@@ -24,4 +24,4 @@ def install():
shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..") shelltools.cd("..")
pisitools.dodoc("COP*", "NEWS", "README*") pisitools.dodoc("COP*", "NEWS", "README*")
@@ -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-pygobject3</Name> <Name>python-pygobject3</Name>
@@ -8,55 +8,63 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.python</PartOf>
<License>LGPLv2.1</License> <License>LGPLv2.1</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Glib bindings for Python</Summary> <Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
<Description>pygobject is GLib's GObject library bindings for Python.</Description> <Description>pygobject is GLib's GObject library bindings for Python3.</Description>
<Archive sha1sum="637c131fb54ff0633a92d7f4a8a66612398642ff" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.34/pygobject-3.34.0.tar.xz</Archive> <Archive sha1sum="332a0d1915eaf6b1f5609785a01c90725b24f800" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>gobject-introspection-devel</Dependency>
<Dependency>python-cairo-devel</Dependency>
<Dependency>libffi-devel</Dependency> <Dependency>libffi-devel</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python-cairo-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>python-pygobject3</Name> <Name>python-pygobject3</Name>
<Summary>python2 için pygobject3</Summary> <Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gobject-introspection</Dependency>
<Dependency>python-cairo</Dependency>
<Dependency>libffi</Dependency>
<Dependency>cairo</Dependency> <Dependency>cairo</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libffi</Dependency>
<Dependency>python-cairo</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pygobject</Path>
<Path fileType="library">/usr/lib/python2.7</Path>
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python2.7.so*</Path> <Path fileType="library">/usr/lib/libpyglib-gi-2.0-python2.7.so*</Path>
<Path fileType="library">/usr/lib/python2.7</Path>
<Path fileType="data">/usr/share/pygobject</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<Package> <Package>
<Name>python-pygobject3-devel</Name> <Name>python-pygobject3-devel</Name>
<Summary>pygobject development files</Summary> <Summary>Development files for python3-pygobject3</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">python-pygobject3</Dependency> <Dependency release="current">python-pygobject3</Dependency>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libffi-devel</Dependency> <Dependency>libffi-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path> <Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-03-11</Date>
<Version>3.36.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-01-19</Date> <Date>2020-01-19</Date>
<Version>3.34.0</Version> <Version>3.34.0</Version>
@@ -121,4 +129,4 @@
<Email>alihan@pisilinux.org</Email> <Email>alihan@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -2,13 +2,14 @@
<PISI> <PISI>
<Source> <Source>
<Name>python-pygobject3</Name> <Name>python-pygobject3</Name>
<Summary xml:lang="tr">glib için python bağlayıcıları</Summary> <Summary xml:lang="tr">GLib/GObject/GIO/GTK+ için python bağlayıcıları</Summary>
<Summary xml:lang="fr">Bindings (liens) glib pour Python.</Summary> <Summary xml:lang="fr">Bindings (liens) GLib/GObject/GIO/GTK+ pour Python.</Summary>
<Description xml:lang="tr">pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description> <Description xml:lang="tr">pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
</Source> </Source>
<Package> <Package>
<Name>python-pygobject3-devel</Name> <Name>python-pygobject3-devel</Name>
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary> <Summary xml:lang="tr">python-pygobject3 için geliştirme dosyaları</Summary>
<Description xml:lang="tr">python-pygobject3-devel, python-pygobject3 için geliştirme dosyalarını içerir.</Description>
</Package> </Package>
</PISI> </PISI>