[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72835] [PATCH qt-team 34/38] gnu: python-sip: Update to 6.8.6.
From: |
Zheng Junjie |
Subject: |
[bug#72835] [PATCH qt-team 34/38] gnu: python-sip: Update to 6.8.6. |
Date: |
Wed, 28 Aug 2024 00:25:42 +0800 |
* gnu/packages/qt.scm (python-sip): Update to 6.8.6.
[native-inputs]: Add python-setuptools and python-setuptools-scm-next.
[arguments]: Disable tests.
Change-Id: If063d7194711053a4e65ab513573eb6d593e9446
---
gnu/packages/qt.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index df8759b832..f953a96a74 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3917,24 +3917,26 @@ (define-public pyotherside-for-qt5
(define-public python-sip
(package
(name "python-sip")
- (version "6.8.3")
+ (version "6.8.6")
(source
- (origin
- (method url-fetch)
- (uri (list (pypi-uri "sip" version)
- (string-append "https://www.riverbankcomputing.com/static/"
- "Downloads/sip/" version
- "/sip-" version ".tar.gz")))
- (sha256
- (base32
- "0b3n237lbggz3b6bfmdsl1m4qgai7qyyj6fmvrmc695v32q4g1c8"))
- (patches (search-patches "python-sip-include-dirs.patch"))))
+ (origin
+ (method url-fetch)
+ (uri (list (pypi-uri "sip" version)
+ (string-append "https://www.riverbankcomputing.com/static/"
+ "Downloads/sip/" version
+ "/sip-" version ".tar.gz")))
+ (sha256
+ (base32
+ "0ykxq0607f2sdwbl5cxbp0y8pl14bsgzc9nhifpxbibfivj5kjbz"))
+ (patches (search-patches "python-sip-include-dirs.patch"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-wrapper))
+ (list python-wrapper python-setuptools python-setuptools-scm-next))
(propagated-inputs
(list python-tomli
python-packaging))
+ ;; no test.
+ (arguments (list #:tests? #f))
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
(synopsis "Python binding creator for C and C++ libraries")
(description
--
2.45.2
- [bug#72835] [PATCH qt-team 19/38] gnu: qtpositioning: Update to 6.7.2., (continued)
- [bug#72835] [PATCH qt-team 19/38] gnu: qtpositioning: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 18/38] gnu: qtscxml: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 20/38] gnu: qtremoteobjects: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 22/38] gnu: qthttpserver: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 24/38] gnu: qtnetworkauth: Update to 6.7.2., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 23/38] gnu: qt-creator: Update to 14.0.1., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 25/38] gnu: abseil-cpp: Update to 20240722.0., Zheng Junjie, 2024/08/27
- [bug#72835] [PATCH qt-team 26/38] gnu: libvpx: Update to 1.14.1., Zheng Junjie, 2024/08/27
- [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 <=
- [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, 2024/08/27
- [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