mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user