[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72835] [PATCH qt-team 36/38] gnu: python-pyqt-builder: Update to 1.
From: |
Zheng Junjie |
Subject: |
[bug#72835] [PATCH qt-team 36/38] gnu: python-pyqt-builder: Update to 1.16.4. |
Date: |
Wed, 28 Aug 2024 00:25:44 +0800 |
* gnu/packages/qt.scm (python-pyqt-builder): Update to 1.16.4.
[source]: Adjust pypi-url's name.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-setuptools-scm-next, and
python-wheel.
[arguments]: Disable tests.
Change-Id: I2d1186536e9afb02de68c9fcb5e53d40eafa2ca0
---
gnu/packages/qt.scm | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index bbf7722972..f6c55a1127 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4233,26 +4233,31 @@ (define-public python-pyqtwebengine-6
(define-public python-pyqt-builder
(package
- (name "python-pyqt-builder")
- (version "1.14.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "PyQt-builder" version))
- (sha256
- (base32
- "00m5piryz9l4hp5z1ncaqicsp29kj71akdh4b10432zz18q3xg43"))))
- (build-system python-build-system)
- (inputs
- (list 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++
+ (name "python-pyqt-builder")
+ (version "1.16.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyqt_builder" version))
+ (sha256
+ (base32
+ "1pxgcqk9qf0qvszllb467v2cmr6ngksfr2caz1a2xgkrwcdf85a5"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools
+ python-setuptools-scm-next
+ python-wheel))
+ (inputs
+ (list python-sip))
+ ;; no tests.
+ (arguments (list #:tests? #f))
+ (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))))
+ ;; 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
--
2.45.2
- [bug#72835] [PATCH qt-team 27/38] gnu: Add re2-next., (continued)
- [bug#72835] [PATCH qt-team 27/38] gnu: Add re2-next., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 30/38] gnu: python-shiboken-6: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 34/38] gnu: python-sip: Update to 6.8.6., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 37/38] gnu: python-pyqt-6: Update to 6.7.1., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 28/38] gnu: Add icu4c-75., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 33/38] gnu: Add python-setuptools-scm-next., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 32/38] gnu: Add qtconnectivity., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 29/38] gnu: qtwebengine: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 31/38] gnu: qtconnectivity: Rename to qtconnectivity-5., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 35/38] gnu: python-pyqt6-sip: Update to 13.8.0., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 36/38] gnu: python-pyqt-builder: Update to 1.16.4.,
Zheng Junjie <=
- [bug#72835] [PATCH qt-team 38/38] gnu: python-pyqtwebengine-6: Update to 6.7.0., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 11/38] gnu: qtserialport: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 21/38] gnu: qtspeech: Update to 6.7.2., Zheng Junjie, 2024/08/27