[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip. |
Date: |
Wed, 10 Mar 2021 20:00:31 +1100 |
* 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 6435c4b3c3..65e61d4dc4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2153,6 +2153,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")
--
2.30.1
- [bug#42885] [PATCH 01/27] gnu: python-sip: Update to 5.5.0. Add python-sip-4, Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 03/27] gnu: veusz: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 02/27] gnu: python2-sip: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip.,
Brendan Tildesley <=
- [bug#42885] [PATCH 06/27] gnu: python-pyqt: Fix build for new python-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 08/27] gnu: Add python-zeroconf., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 07/27] gnu: Add python-ifaddr., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 12/27] gnu: python-zstandard: Update to 0.15.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 17/27] gnu: python-feedparser: Update to 6.0.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 04/27] gnu: Add python-pyqt-builder., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 09/27] gnu: Add python-pyannotate., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 14/27] gnu: Add python-bcj-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 21/27] gnu: Add python-cchardet., Brendan Tildesley, 2021/03/10