From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDd3j-0001an-OX for guix-patches@gnu.org; Wed, 24 May 2017 16:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDd3f-0002Ad-56 for guix-patches@gnu.org; Wed, 24 May 2017 16:39:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDd3f-0002AT-1Q for guix-patches@gnu.org; Wed, 24 May 2017 16:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDd3e-0007gv-KO for guix-patches@gnu.org; Wed, 24 May 2017 16:39:02 -0400 Subject: bug#27061: [PATCH] gnu: python-pyobject: Update to 3.24.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDd2c-0001WP-Qr for guix-patches@gnu.org; Wed, 24 May 2017 16:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDd2Y-0001UV-HJ for guix-patches@gnu.org; Wed, 24 May 2017 16:37:58 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:41656 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDd2Y-0001Ro-8k for guix-patches@gnu.org; Wed, 24 May 2017 16:37:54 -0400 From: Kei Kebreau Date: Wed, 24 May 2017 16:37:06 -0400 Message-Id: <20170524203706.27060-1-kei@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27061@debbugs.gnu.org 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