guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add python-qt.py.


From: guix-commits
Subject: 04/05: gnu: Add python-qt.py.
Date: Wed, 28 Sep 2022 05:32:35 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit a9c4040710f469762abd9a9c4683b9ed37ee281a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 28 10:48:47 2022 +0200

    gnu: Add python-qt.py.
    
    * gnu/packages/qt.scm (python-qt.py): 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 cb7f72e698..8c94d613d6 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3229,6 +3229,25 @@ top of the PyQt bindings for Qt.  PyQt-builder is used 
to build PyQt itself.")
 (PyQt5, PyQt4 and PySide) and additional custom QWidgets.")
     (license license:expat)))
 
+(define-public python-qt.py
+  (package
+    (name "python-qt.py")
+    (version "1.3.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "Qt.py" version))
+       (sha256
+        (base32 "07rvfwzjl378j75j2va0c6xylwx16icxa6dycsjgjc329pgpng40"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pyqt))
+    (home-page "https://github.com/mottosso/Qt.py";)
+    (synopsis "Abstraction layer for Python Qt bindings")
+    (description
+     "This package provides an abstraction layer on top of the various Qt
+bindings (PySide, PySide2, PyQt4 and PyQt5).")
+    (license license:expat)))
+
 (define-public qscintilla
   (package
     (name "qscintilla")



reply via email to

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