[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/28: gnu: python-shiboken-6: Update to 6.6.2.
From: |
guix-commits |
Subject: |
19/28: gnu: python-shiboken-6: Update to 6.6.2. |
Date: |
Mon, 25 Mar 2024 22:10:47 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 3e2720c5bc2c1c17661178f13fe22b61f15eec27
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:58:13 2024 +0800
gnu: python-shiboken-6: Update to 6.6.2.
* gnu/packages/qt.scm (python-shiboken-6, python-pyside-6): Update to 6.6.2.
(python-shiboken-6)[properties]: Set upstream-name.
(python-pyside-6)[arguments]<#:configure-flags>: Set CMAKE_INSTALL_RPATH.
Change-Id: I098481f860c3bc97a629cca719305b2d00c3eace
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 17fce7991f..d3150ea984 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4543,7 +4543,7 @@ color-related widgets.")
(package
(inherit python-shiboken-2)
(name "python-shiboken-6")
- (version "6.5.2")
+ (version "6.6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
@@ -4551,7 +4551,7 @@ color-related widgets.")
version ".tar.xz"))
(sha256
(base32
- "1a0v9mjlcjbffm4lf5cfg45hvqai9654p95ygj5cjhfd9z8z3nwh"))))
+ "1w690jpxrski7c71gx05q5fvl2117lnjj5ih8iwckx3s9mlhnqhl"))))
(build-system cmake-build-system)
(inputs
(modify-inputs (package-inputs python-shiboken-2)
@@ -4571,7 +4571,8 @@ color-related widgets.")
"-DCMAKE_SKIP_RPATH=TRUE"
(string-append "-DCMAKE_MODULE_LINKER_FLAGS=-Wl,-rpath="
#$output "/lib")
- #$flags))))))
+ #$flags))))
+ (properties `((upstream-name . "pyside-setup")))))
(define-public python-pyside-2
(package
@@ -4708,7 +4709,9 @@ generate Python bindings for your C or C++ code.")
#~(list "-DBUILD_TESTS=FALSE"
(string-append "-DPYTHON_EXECUTABLE="
(search-input-file %build-inputs
- "/bin/python")))
+ "/bin/python"))
+ (string-append "-DCMAKE_INSTALL_RPATH="
+ #$output "/lib"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'go-to-source-dir
- 13/28: gnu: qttools: Update to 6.6.2., (continued)
- 13/28: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/25
- 18/28: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/25
- 22/28: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/25
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25
- 24/28: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/25
- 25/28: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/25
- 26/28: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/25
- 14/28: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/25
- 28/28: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/25
- 15/28: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/25
- 19/28: gnu: python-shiboken-6: Update to 6.6.2.,
guix-commits <=
- 17/28: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/25
- 23/28: gnu: Add qtspeech., guix-commits, 2024/03/25
- 21/28: gnu: Add qtsensors., guix-commits, 2024/03/25
- 27/28: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/25