[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/71: gnu: python-shiboken-6: Update to 6.6.2.
From: |
guix-commits |
Subject: |
19/71: gnu: python-shiboken-6: Update to 6.6.2. |
Date: |
Sun, 31 Mar 2024 21:57:27 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit bab0c326fefc7ca051d5af6ad890ee7cad1e522c
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 | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 17fce7991f..dce4248325 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
@@ -4707,12 +4708,16 @@ generate Python bindings for your C or C++ code.")
#:configure-flags
#~(list "-DBUILD_TESTS=FALSE"
(string-append "-DPYTHON_EXECUTABLE="
- (search-input-file %build-inputs
- "/bin/python")))
+ (search-input-file %build-inputs "/bin/python")))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'go-to-source-dir
(lambda _ (chdir "sources/pyside6")))
+ (add-after 'go-to-source-dir 'set-rpath
+ (lambda _
+ (substitute* "CMakeLists.txt"
+ (("CMAKE_INSTALL_RPATH")
+ (string-append "CMAKE_INSTALL_RPATH " #$output "/lib")))))
(add-after 'go-to-source-dir 'fix-qt-module-detection
(lambda _
(substitute* "cmake/PySideHelpers.cmake"
- 33/71: gnu: Add syscmdline., (continued)
- 33/71: gnu: Add syscmdline., guix-commits, 2024/03/31
- 38/71: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/03/31
- 41/71: gnu: python-sip: Update to 6.8.3., guix-commits, 2024/03/31
- 50/71: gnu: qtbase: Update to 6.6.3., guix-commits, 2024/03/31
- 66/71: gnu: qtpositioning: Update to 6.6.3., guix-commits, 2024/03/31
- 02/71: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/03/31
- 13/71: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/31
- 18/71: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/31
- 08/71: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/31
- 10/71: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/31
- 19/71: gnu: python-shiboken-6: Update to 6.6.2.,
guix-commits <=
- 24/71: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/31
- 30/71: gnu: pjproject-jami: Update to 2.13.1-1.e12ea3b., guix-commits, 2024/03/31
- 31/71: gnu: dhtnet: Update to 0.0.1-2.024c46f., guix-commits, 2024/03/31
- 34/71: gnu: Add qmsetup., guix-commits, 2024/03/31
- 42/71: gnu: python-pyqt-6: Update to 6.6.1., guix-commits, 2024/03/31
- 45/71: gnu: gwenview: Update to 23.08.5 and fix build., guix-commits, 2024/03/31
- 46/71: gnu: extra-cmake-modules: Update to 6.0.0., guix-commits, 2024/03/31
- 49/71: gnu: sobjectizer: Update to 5.8.2., guix-commits, 2024/03/31
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/03/31
- 53/71: gnu: qtimageformats: Update to 6.6.3., guix-commits, 2024/03/31