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

commit d7c1d21645655d785c5599c267356d38e9a0a4cf
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):
    [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 e53616cdca..d4c789696f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5041,9 +5041,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
@@ -5062,6 +5062,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 7938c2de43..34d84cc529 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