unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1.
@ 2017-05-24 20:37 Kei Kebreau
  2017-05-24 20:50 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-05-24 20:37 UTC (permalink / raw)
  To: 27061; +Cc: Kei Kebreau

* gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
[arguments]: Remove field.
[native-inputs]: Add dbus.
---
 gnu/packages/glib.scm | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 67db51dc8..e5f1687d4 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -573,7 +573,7 @@ useful for C++.")
 (define-public python-pygobject
   (package
     (name "python-pygobject")
-    (version "3.22.0")
+    (version "3.24.1")
     (source
      (origin
        (method url-fetch)
@@ -582,11 +582,13 @@ useful for C++.")
                            "/pygobject-" version ".tar.xz"))
        (sha256
         (base32
-         "1ryblpc4wbhxcwf7grgib4drrab5xi6p78ihhrx0zj7g13xrrch8"))))
+         "1zdzznrj2s1gsrv2z4r0n88fzba8zjc1n2r313xi77lhl1daja56"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)
-       ("glib-bin" ,glib "bin")         ;for tests: glib-compile-schemas
+       ;for tests: dbus-run-session and glib-compile-schemas
+       ("dbus" ,dbus)
+       ("glib-bin" ,glib "bin")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("python" ,python)
@@ -596,16 +598,6 @@ useful for C++.")
      ;; pygobject-3.0.pc refers to all these.
      `(("glib" ,glib)
        ("libffi" ,libffi)))
-    (arguments
-     ;; TODO: failing tests: test_native_calls_async
-     ;; test_native_calls_async_errors test_native_calls_sync
-     ;; test_native_calls_sync_errors test_python_calls_async
-     ;; test_python_calls_async_error test_python_calls_async_error_result
-     ;; test_python_calls_sync test_python_calls_sync_errors
-     ;; test_python_calls_sync_noargs test_callback_user_data_middle_none
-     ;; test_callback_user_data_middle_single
-     ;; test_callback_user_data_middle_tuple
-     '(#:tests? #f))
     ;; For finding typelib files, since gobject-introscpetion isn't propagated.
     (native-search-paths (package-native-search-paths gobject-introspection))
     (home-page "https://live.gnome.org/PyGObject")
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1.
  2017-05-24 20:37 bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1 Kei Kebreau
@ 2017-05-24 20:50 ` Marius Bakke
  2017-05-24 21:52   ` Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-05-24 20:50 UTC (permalink / raw)
  To: Kei Kebreau, 27061

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

Kei Kebreau <kei@openmailbox.org> writes:

> * gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
> [arguments]: Remove field.
> [native-inputs]: Add dbus.

LGTM! Please push to 'staging'! :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1.
  2017-05-24 20:50 ` Marius Bakke
@ 2017-05-24 21:52   ` Kei Kebreau
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2017-05-24 21:52 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27061-done

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Marius Bakke <mbakke@fastmail.com> writes:

> Kei Kebreau <kei@openmailbox.org> writes:
>
>> * gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
>> [arguments]: Remove field.
>> [native-inputs]: Add dbus.
>
> LGTM! Please push to 'staging'! :-)

Pushed as 502f6b0741d1c1c650aa58141b203d967ce060d1.
(thanks for all the quick reviews, haha!)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-24 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24 20:37 bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1 Kei Kebreau
2017-05-24 20:50 ` Marius Bakke
2017-05-24 21:52   ` Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).