[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: Add python-pyqt-builder.
From: |
guix-commits |
Subject: |
02/21: gnu: Add python-pyqt-builder. |
Date: |
Mon, 5 Apr 2021 15:54:21 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit fa9a11e698afb3bedfc4015004469d40a4b25e42
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Feb 22 22:10:56 2021 +1100
gnu: Add python-pyqt-builder.
* gnu/packages/qt.scm (python-pyqt-builder): New variable.
---
gnu/packages/qt.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 83501b8..f9123ed 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2108,6 +2108,29 @@ itself.")
("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine)))))
+(define-public python-pyqt-builder
+ (package
+ (name "python-pyqt-builder")
+ (version "1.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "PyQt-builder" version))
+ (sha256
+ (base32
+ "0nh0054c54ji3sm6d268fccf0y5f613spswwgwqd3rnn816hnljl"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-sip" ,python-sip)))
+ (home-page "https://www.riverbankcomputing.com/static/Docs/PyQt-builder/")
+ (synopsis "PEP 517 compliant PyQt build system")
+ (description "PyQt-builder is a tool for generating Python bindings for C++
+libraries that use the Qt application framework. The bindings are built on
+top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.")
+ ;; Either version 2 or 3, but no other version. See the file
+ ;; 'pyqtbuild/builder.py' in the source distribution for more information.
+ (license (list license:gpl2 license:gpl3))))
+
(define-public python-qtpy
(package
(name "python-qtpy")
- branch wip-update-calibre created (now ce901c9), guix-commits, 2021/04/05
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/04/05
- 02/21: gnu: Add python-pyqt-builder.,
guix-commits <=
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/04/05
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/04/05
- 04/21: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/04/05
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/04/05
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/04/05
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/04/05
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/05
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/05
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/04/05
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/04/05