[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 27/27] gnu: Remove python2-pyqt.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 27/27] gnu: Remove python2-pyqt. |
Date: |
Wed, 10 Mar 2021 20:00:53 +1100 |
* gnu/packages/qt.scm (python2-pyqt): Delete unused variable.
---
gnu/packages/qt.scm | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ad779940e9..872cb40305 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2275,20 +2275,6 @@ itself.")
(inputs
(alist-delete "qtwebkit" (package-inputs python-pyqt)))))
-(define-public python2-pyqt
- (package (inherit python-pyqt)
- (name "python2-pyqt")
- (propagated-inputs
- `(("python-enum34" ,python2-enum34)
- ("python-sip" ,python2-sip)))
- (native-inputs
- `(("python-sip" ,python2-sip)
- ("qtbase" ,qtbase)))
- (inputs
- `(("python" ,python-2)
- ("python2-enum34" ,python2-enum34)
- ,@(alist-delete "python" (package-inputs python-pyqt))))))
-
(define-public python2-pyqt-4
(package (inherit python-pyqt)
(name "python2-pyqt")
--
2.30.1
- [bug#42885] [PATCH 22/27] gnu: python-html5lib: Add python-chardet input., (continued)
- [bug#42885] [PATCH 22/27] gnu: python-html5lib: Add python-chardet input., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/29
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/29
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/30
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/30
[bug#42885] [PATCH 25/27] gnu: calibre: Add qtsvg as input., Brendan Tildesley, 2021/03/10
[bug#42885] [PATCH 27/27] gnu: Remove python2-pyqt.,
Brendan Tildesley <=
[bug#42885] [PATCH 26/27] gnu: Remove python2-pyqtwebengine., Brendan Tildesley, 2021/03/10