[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/22: gnu: Add python-pyqt-builder.
From: |
guix-commits |
Subject: |
02/22: gnu: Add python-pyqt-builder. |
Date: |
Fri, 9 Apr 2021 16:12:05 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 9360706294f69faf445016e206d5e8a4d595d430
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 master updated (073b12d -> f68bcc1), guix-commits, 2021/04/09
- 01/22: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/04/09
- 09/22: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/09
- 02/22: gnu: Add python-pyqt-builder.,
guix-commits <=
- 05/22: gnu: Add python-ifaddr., guix-commits, 2021/04/09
- 07/22: gnu: Add python-pyannotate., guix-commits, 2021/04/09
- 10/22: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/09
- 12/22: gnu: Add python-bcj-cffi., guix-commits, 2021/04/09
- 04/22: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/04/09
- 03/22: gnu: Add python-pyqt5-sip., guix-commits, 2021/04/09
- 15/22: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/09
- 06/22: gnu: Add python-zeroconf., guix-commits, 2021/04/09
- 11/22: gnu: Add python-pyzstd, guix-commits, 2021/04/09
- 20/22: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/04/09