From b7e560ed85eaff14e1c09c8e7c9b11974c04ba59 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 01:23:10 +0300 Subject: [PATCH] python-pygobject3:ver bump --- .../python/python-pygobject3/actions.py | 7 ++-- .../python/python-pygobject3/pspec.xml | 39 +++++++++++-------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/programming/language/python/python-pygobject3/actions.py b/programming/language/python/python-pygobject3/actions.py index fc5dd3f953..43c2d75f7f 100755 --- a/programming/language/python/python-pygobject3/actions.py +++ b/programming/language/python/python-pygobject3/actions.py @@ -4,16 +4,15 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import shelltools +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import shelltools def setup(): shelltools.makedirs("build") shelltools.cd("build") - shelltools.system("meson .. --prefix=/usr -Dpython=python2.7") - + shelltools.system("meson .. --prefix=/usr -Dpython=python2.7") def build(): shelltools.cd("build") diff --git a/programming/language/python/python-pygobject3/pspec.xml b/programming/language/python/python-pygobject3/pspec.xml index 23b12c8aac..f5b8d9e28b 100755 --- a/programming/language/python/python-pygobject3/pspec.xml +++ b/programming/language/python/python-pygobject3/pspec.xml @@ -13,14 +13,14 @@ library Python Bindings for GLib/GObject/GIO/GTK+ pygobject is GLib's GObject library bindings for Python3. - http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.tar.xz + http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.tar.xz - gobject-introspection-devel - python-cairo-devel + meson + glib2-devel libffi-devel python-devel - glib2-devel - meson + python-cairo-devel + gobject-introspection-devel @@ -28,17 +28,17 @@ python-pygobject3 Python Bindings for GLib/GObject/GIO/GTK+ - gobject-introspection - python-cairo - libffi - cairo glib2 + cairo + libffi + python-cairo + gobject-introspection - /usr/lib/libpyglib-gi-2.0-python2.7.so* - /usr/lib/python2.7 - /usr/share/pygobject /usr/share/doc + /usr/share/pygobject + /usr/lib/python2.7 + /usr/lib/libpyglib-gi-2.0-python2.7.so* @@ -46,18 +46,25 @@ python-pygobject3-devel Development files for python3-pygobject3 - python-pygobject3 - gobject-introspection-devel - libffi-devel glib2-devel + libffi-devel + gobject-introspection-devel + python-pygobject3 - /usr/lib/pkgconfig /usr/include + /usr/lib/pkgconfig + + 2020-05-18 + 3.36.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 3.36.0