guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: python-sip: Update to 4.19.11.


From: Efraim Flashner
Subject: 05/07: gnu: python-sip: Update to 4.19.11.
Date: Wed, 11 Jul 2018 06:33:25 -0400 (EDT)

efraim pushed a commit to branch qt-updates
in repository guix.

commit e3232b2627644734deb26f51eaeaee8e185cc919
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 4 16:04:56 2018 +0300

    gnu: python-sip: Update to 4.19.11.
    
    * gnu/packages/qt.scm (python-sip): Update to 4.19.11.
    [arguments]: Substitute INVOKE for SYSTEM*. Add flag to build private
    sip module PyQt5.sip.
---
 gnu/packages/qt.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 000c5fb..47e0791 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1597,7 +1597,7 @@ message.")))
 (define-public python-sip
   (package
     (name "python-sip")
-    (version "4.19.8")
+    (version "4.19.11")
     (source
       (origin
         (method url-fetch)
@@ -1606,7 +1606,7 @@ message.")))
                          "sip-" version "/sip-" version ".tar.gz"))
         (sha256
          (base32
-          "1g4pq9vj753r2s061jc4y9ydzgb48ibhc9bdvmb8mlyllwp7mbvy"))))
+          "1q2rirsh4616r20kw7csagzcnwahiqsr2r9q0ycnd58fa569pm36"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))
@@ -1631,11 +1631,11 @@ message.")))
                     (lib (string-append out "/lib/python"
                                         python-major+minor
                                         "/site-packages")))
-               (zero?
-                 (system* "python" "configure.py"
-                          "--bindir" bin
-                          "--destdir" lib
-                          "--incdir" include))))))))
+               (invoke "python" "configure.py"
+                       "--sip-module" "PyQt5.sip" ; for python-pyqt
+                       "--bindir" bin
+                       "--destdir" lib
+                       "--incdir" include)))))))
     (home-page "https://www.riverbankcomputing.com/software/sip/intro";)
     (synopsis "Python binding creator for C and C++ libraries")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]