[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/21: gnu: Remove python2-pyqtwebengine.
From: |
guix-commits |
Subject: |
20/21: gnu: Remove python2-pyqtwebengine. |
Date: |
Mon, 29 Mar 2021 19:03:31 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 49719a6a079cfa37da3ebb94e58ae1d6f3d3a5d9
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 19:20:23 2021 +1100
gnu: Remove python2-pyqtwebengine.
* gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable.
---
gnu/packages/qt.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c51e643..0eabe7b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2121,25 +2121,6 @@ itself.")
("python2-enum34" ,python2-enum34)
,@(alist-delete "python" (package-inputs python-pyqt))))))
-(define-public python2-pyqtwebengine
- (package/inherit
- python-pyqtwebengine
- (name "python2-pyqtwebengine")
- (native-inputs
- `(("python" ,python-2)
- ("python-sip" ,python2-sip)
- ;; qtbase is required for qmake
- ("qtbase" ,qtbase)))
- (inputs
- `(("python" ,python-2)
- ("python-sip" ,python2-sip)
- ("python-pyqt" ,python2-pyqt)
- ("qtbase" ,qtbase)
- ("qtsvg" ,qtsvg)
- ("qtdeclarative" ,qtdeclarative)
- ("qtwebchannel" ,qtwebchannel)
- ("qtwebengine" ,qtwebengine)))))
-
(define-public python-pyqt-builder
(package
(name "python-pyqt-builder")
- 10/21: gnu: python-zstandard: Update to 0.15.2., (continued)
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/03/29
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/03/29
- 16/21: gnu: Add python-pychm., guix-commits, 2021/03/29
- 18/21: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/03/29
- 20/21: gnu: Remove python2-pyqtwebengine.,
guix-commits <=
- 19/21: gnu: calibre: Update to 5.13.0., guix-commits, 2021/03/29
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/03/29