[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/75: gnu: python-pyqt-builder: Update to 1.16.4.
From: |
guix-commits |
Subject: |
36/75: gnu: python-pyqt-builder: Update to 1.16.4. |
Date: |
Fri, 15 Nov 2024 21:44:06 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 9ec803a045fd4f2dccda6b43cf942dfed6af5072
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 16:06:49 2024 +0800
gnu: python-pyqt-builder: Update to 1.16.4.
* 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 | 40 ++++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 267be4c59f..45d9617529 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4253,26 +4253,30 @@ set of three modules.")))
(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))
+ (arguments (list #:tests? #f)) ; no test suite
+ (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
- 11/75: gnu: qtserialport: Update to 6.7.2., (continued)
- 11/75: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/15
- 06/75: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/11/15
- 12/75: gnu: qtwebchannel: Update to 6.7.2., guix-commits, 2024/11/15
- 24/75: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/11/15
- 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/15
- 33/75: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/15
- 44/75: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/11/15
- 04/75: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/15
- 05/75: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/15
- 19/75: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/15
- 36/75: gnu: python-pyqt-builder: Update to 1.16.4.,
guix-commits <=
- 02/75: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/11/15
- 08/75: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/15
- 22/75: gnu: qthttpserver: Update to 6.7.2., guix-commits, 2024/11/15
- 28/75: gnu: Add icu4c-75., guix-commits, 2024/11/15
- 29/75: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/11/15
- 39/75: gnu: python-pyqt5-sip: Update to 12.15.0., guix-commits, 2024/11/15
- 35/75: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/15
- 65/75: gnu: qtgraphicaleffects: Update to 5.15.15., guix-commits, 2024/11/15
- 67/75: gnu: qtscxml-5: Update to 5.15.15., guix-commits, 2024/11/15
- 63/75: gnu: qtquickcontrols-5: Update to 5.15.15., guix-commits, 2024/11/15