[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/52: gnu: python-sip: Update to 6.8.3.
From: |
guix-commits |
Subject: |
41/52: gnu: python-sip: Update to 6.8.3. |
Date: |
Sat, 30 Mar 2024 20:41:46 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit b3db9fdf81c96526eec77801c9aee1c8b98e59a2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 27 21:07:57 2024 +0800
gnu: python-sip: Update to 6.8.3.
* gnu/packages/qt.scm (python-sip): Update to 6.8.3.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-tomli. Remove python-toml, python-ply.
Change-Id: I03fcec79a8124a545c9bb5fcfe0d0bb9de88434e
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 66f73074eb..bb80555a40 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3737,7 +3737,7 @@ Python.")
(define-public python-sip
(package
(name "python-sip")
- (version "6.7.7")
+ (version "6.8.3")
(source
(origin
(method url-fetch)
@@ -3747,13 +3747,14 @@ Python.")
"/sip-" version ".tar.gz")))
(sha256
(base32
- "1qm9q9lhfky5zvxxkssf4zdfv5k1zikji4hz80d48vdfm1pw1sfy"))
+ "0b3n237lbggz3b6bfmdsl1m4qgai7qyyj6fmvrmc695v32q4g1c8"))
(patches (search-patches "python-sip-include-dirs.patch"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(native-inputs
(list python-wrapper))
(propagated-inputs
- (list python-toml python-packaging python-ply))
+ (list python-tomli
+ python-packaging))
(home-page "https://www.riverbankcomputing.com/software/sip/intro")
(synopsis "Python binding creator for C and C++ libraries")
(description
- 38/52: gnu: kcolorpicker: Update to 0.3.1., (continued)
- 38/52: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/03/30
- 51/52: gnu: Add emacs-memory-usage., guix-commits, 2024/03/30
- 50/52: gnu: xfce: Add support for volume keyboard buttons., guix-commits, 2024/03/30
- 04/52: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/30
- 01/52: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/30
- 19/52: gnu: python-shiboken-6: Update to 6.6.2., guix-commits, 2024/03/30
- 09/52: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/30
- 12/52: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/30
- 16/52: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/30
- 36/52: gnu: Add qthttpserver., guix-commits, 2024/03/30
- 41/52: gnu: python-sip: Update to 6.8.3.,
guix-commits <=
- 33/52: gnu: Add syscmdline., guix-commits, 2024/03/30
- 22/52: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/30
- 27/52: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/30
- 26/52: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/30
- 29/52: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/03/30
- 28/52: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/30
- 08/52: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/30
- 10/52: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/30
- 07/52: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/30
- 44/52: gnu: gwenview: Break disabled tests into a list., guix-commits, 2024/03/30