guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 14dc6c8616bcea6c09f7b32c55396f42cfb32db9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Mar 13 22:08:37 2026 +0000

    gnu: python-qt.py: Rename to python-qt-py.
    
    * gnu/packages/qt.scm (python-qt.py): Rename to python-qt-py.
    (python-qt.py): Deprecate in favor of python-qt-py.
    
    * gnu/packages/radio.scm (qspectrumanalyzer): Update to 2.1.0.
    [inputs]: Remove python-qt.py; add python-qt-py.
    
    Change-Id: Idd0921fadc4724ed7bd4ed6f3e4115ddb5e70e2a
---
 gnu/packages/qt.scm    | 7 +++++--
 gnu/packages/radio.scm | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a9bea75af9..fe888e70d5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5038,9 +5038,9 @@ top of the PyQt bindings for Qt.  PyQt-builder is used to 
build PyQt itself.")
 PySide2, PyQt6, PySide6) and additional custom QWidgets.")
     (license license:expat)))
 
-(define-public python-qt.py
+(define-public python-qt-py
   (package
-    (name "python-qt.py")
+    (name "python-qt-py")
     (version "1.3.7")
     (source
      (origin
@@ -5059,6 +5059,9 @@ PySide2, PyQt6, PySide6) and additional custom QWidgets.")
 bindings (PySide, PySide2, PyQt4 and PyQt5).")
     (license license:expat)))
 
+;; XXX: Deprecated on <2026-03-13>.
+(define-deprecated-package python-qt.py python-qt-py)
+
 (define-public python-superqt
   (package
     (name "python-superqt")
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 04e051adf4..035da540c2 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -912,7 +912,7 @@ are interested in.")
      (list bash-minimal
            python-pyqt
            python-pyqtgraph
-           python-qt.py
+           python-qt-py
            python-simplespectral
            python-simplesoapy
            soapy-power))

Reply via email to