guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: Add python-pyqt5-sip.


From: guix-commits
Subject: 03/21: gnu: Add python-pyqt5-sip.
Date: Mon, 5 Apr 2021 15:54:21 -0400 (EDT)

lfam pushed a commit to branch wip-update-calibre
in repository guix.

commit 78cf53d772d539dc130eb9a738b801a9cfcf538d
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Feb 27 14:53:55 2021 +1100

    gnu: Add python-pyqt5-sip.
    
    * gnu/packages/qt.scm (python-pyqt5-sip): New variable.
---
 gnu/packages/qt.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f9123ed..d604a9c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1982,6 +1982,25 @@ framework.  The bindings are implemented as a set of 
Python modules and
 contain over 620 classes.")
     (license license:gpl3)))
 
+(define-public python-pyqt5-sip
+  (package
+    (name "python-pyqt5-sip")
+    (version "12.8.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "PyQt5_sip" version))
+       (sha256
+        (base32
+         "1gg032ys4pccwkdzmdryadc9a4lq85nr05pag9swrsdykbdl9s9h"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ;; No test code.
+    (home-page "https://www.riverbankcomputing.com/software/sip/";)
+    (synopsis "Sip module support for PyQt5")
+    (description "Sip module support for PyQt5")
+    (license license:lgpl2.1+)))
+
 (define-public python-pyqtwebengine
   (package
     (name "python-pyqtwebengine")



reply via email to

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