[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/75: gnu: python-sip: Update to 6.8.6.
From: |
guix-commits |
Subject: |
34/75: gnu: python-sip: Update to 6.8.6. |
Date: |
Wed, 13 Nov 2024 07:44:09 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 5b3fd738ac9356215ac255352157c8f43535a111
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 16:06:49 2024 +0800
gnu: python-sip: Update to 6.8.6.
* 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 b46c4abb6c..7197e80969 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3937,24 +3937,26 @@ Python.")
(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
- 28/75: gnu: Add icu4c-75., (continued)
- 28/75: gnu: Add icu4c-75., guix-commits, 2024/11/13
- 45/75: gnu: qt3d-5: Update to 5.15.15., guix-commits, 2024/11/13
- 09/75: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/13
- 40/75: gnu: clazy: Update to 1.12., guix-commits, 2024/11/13
- 44/75: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/11/13
- 42/75: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/11/13
- 73/75: gnu: qtvirtualkeyboard-5: Update to 5.15.15., guix-commits, 2024/11/13
- 33/75: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/13
- 69/75: gnu: qtcharts-5: Update to 5.15.15., guix-commits, 2024/11/13
- 59/75: gnu: qtwebview: Update to 5.15.15., guix-commits, 2024/11/13
- 34/75: gnu: python-sip: Update to 6.8.6.,
guix-commits <=
- 62/75: gnu: qtscript: Update to 5.15.15., guix-commits, 2024/11/13
- 19/75: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/13
- 25/75: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/11/13
- 27/75: gnu: Add re2-next., guix-commits, 2024/11/13
- 46/75: gnu: qtsvg-5: Update to 5.15.15., guix-commits, 2024/11/13
- 38/75: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/11/13
- 56/75: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/13
- 71/75: gnu: qtnetworkauth-5: Update to 5.15.15., guix-commits, 2024/11/13
- 36/75: gnu: python-pyqt-builder: Update to 1.16.4., guix-commits, 2024/11/13
- 52/75: gnu: qtwebsockets-5: Update to 5.15.15., guix-commits, 2024/11/13