guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2c0e147a7fb6d87f75097d099aaa527bacd7a0b7
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Nov 25 17:14:24 2025 +0100

    gnu: Remove python-pyside-2-tools.
    
    * gnu/packages/qt.scm (python-pyside-2-tools): Delete variable.
    
    Fixes: guix/guix#3827
    Change-Id: Ida26e44f466a08cf1b10510eea4c0cdb70da723a
---
 gnu/packages/qt.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6bda060d73..28f518d6de 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5828,35 +5828,6 @@ individual Qt modules such as QtCore, QtGui,and so on.  
Qt for Python also
 comes with the Shiboken6 CPython binding code generator, which can be used to
 generate Python bindings for your C or C++ code.")))
 
-(define-public python-pyside-2-tools
-  (package
-    (name "python-pyside-2-tools")
-    (version (package-version python-shiboken-2))
-    (source (package-source python-shiboken-2))
-    (build-system cmake-build-system)
-    (inputs
-     (list python-pyside-2 python-shiboken-2 qtbase-5))
-    (native-inputs
-     (list python-wrapper))
-    (arguments
-     (list
-      #:tests? #f
-      #:configure-flags
-      #~(list "-DBUILD_TESTS=off"
-              (string-append "-DPYTHON_EXECUTABLE="
-                             (search-input-file %build-inputs
-                                                "/bin/python")))
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'go-to-source-dir
-            (lambda _ (chdir "sources/pyside2-tools"))))))
-    (home-page "https://wiki.qt.io/Qt_for_Python";)
-    (synopsis
-     "Command line tools for PySide2")
-    (description
-     "Python-pyside-2-tools contains lupdate, rcc and uic tools for PySide2")
-    (license license:gpl2)))
-
 (define-public libqglviewer
   (package
     (name "libqglviewer")

Reply via email to