gnu: python-pyqtwebengine-6: Disinherit from python-pyqtwebengine.

* gnu/packages/qt.scm (python-pyqtwebengine-6): Do not inherit. Copy
missing fields.

Change-Id: I01876c38c8416f61d428fe325f1839a4ffa44960
This commit is contained in:
Andreas Enge 2026-01-05 17:03:13 +01:00
parent 18970fe4e3
commit 70498a4ade
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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