summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-05 17:03:13 +0100
committerAndreas Enge <andreas@enge.fr>2026-01-05 17:03:13 +0100
commit70498a4ade9f4e4760878b2fb286d2f0e7603fdf (patch)
tree38210c029deb319e19cfa5bf4a18151f592a9b13
parent18970fe4e35fd1e22b50cceb115007b828313df9 (diff)
gnu: python-pyqtwebengine-6: Disinherit from python-pyqtwebengine.
* gnu/packages/qt.scm (python-pyqtwebengine-6): Do not inherit. Copy missing fields. Change-Id: I01876c38c8416f61d428fe325f1839a4ffa44960
-rw-r--r--gnu/packages/qt.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index e00121de23..79955a5f98 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4680,7 +4680,7 @@ itself.")
(define-public python-pyqtwebengine-6
(package
- (inherit python-pyqtwebengine)
+ (name "python-pyqtwebengine")
(version "6.9.0")
(source
(origin
@@ -4694,6 +4694,7 @@ itself.")
'(substitute* "sip/QtWebEngineCore/qwebengineframe.sip"
(("#include <qwebengineframe\\.h>" all)
(string-append "#include <qvariant.h>\n" all))))))
+ (build-system pyproject-build-system)
(native-inputs (list python python-sip python-pyqt-builder
;; qtbase is required for qmake
qtbase))
@@ -4713,10 +4714,13 @@ itself.")
(python-version python)
"/site-packages/PyQt6/bindings"))))
(setenv "SIP_INCLUDE_DIRS" sip-include-dirs)))))))
+ (home-page "https://www.riverbankcomputing.com/software/pyqtwebengine/intro")
+ (synopsis "Python bindings for QtWebEngine")
(description
"PyQtWebEngine is a set of Python bindings for The Qt Company's Qt
WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a
-set of three modules.")))
+set of three modules.")
+ (license license:gpl3)))
(define-public python-pyqt-builder
(package