public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt6-webengine/, profiles/, app-text/sigil/, dev-python/qtpy/, ...
@ 2024-11-23 11:42 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-11-23 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cbda4a69cbd3577d34fa8e57210ffbbf834b6da9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 11:29:11 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 11:42:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbda4a69

Rename dev-python/{PyQt6-WebEngine → pyqt6-webengine}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/retext/retext-8.0.0.ebuild                              | 6 +++---
 app-editors/retext/retext-8.0.2.ebuild                              | 2 +-
 app-editors/retext/retext-9999.ebuild                               | 2 +-
 app-misc/anki/anki-24.06.3-r2.ebuild                                | 2 +-
 app-text/calibre/calibre-7.16.0.ebuild                              | 2 +-
 app-text/calibre/calibre-7.17.0.ebuild                              | 2 +-
 app-text/calibre/calibre-7.19.0.ebuild                              | 2 +-
 app-text/calibre/calibre-7.20.0.ebuild                              | 2 +-
 app-text/calibre/calibre-7.21.0.ebuild                              | 2 +-
 app-text/sigil/sigil-2.2.1.ebuild                                   | 2 +-
 app-text/sigil/sigil-2.3.0.ebuild                                   | 2 +-
 app-text/sigil/sigil-2.3.1.ebuild                                   | 2 +-
 dev-python/{PyQt6-WebEngine => pyqt6-webengine}/Manifest            | 0
 dev-python/{PyQt6-WebEngine => pyqt6-webengine}/metadata.xml        | 0
 .../pyqt6-webengine-6.7.0.ebuild}                                   | 0
 .../pyqt6-webengine-6.8.0_pre2411020930.ebuild}                     | 0
 dev-python/qtpy/qtpy-2.4.1-r2.ebuild                                | 4 ++--
 dev-python/qtpy/qtpy-2.4.2.ebuild                                   | 4 ++--
 profiles/arch/amd64/x32/package.mask                                | 2 +-
 profiles/package.mask                                               | 2 +-
 profiles/updates/3Q-2022                                            | 2 +-
 profiles/updates/4Q-2024                                            | 1 +
 sys-apps/polychromatic/polychromatic-0.9.2.ebuild                   | 2 +-
 sys-apps/polychromatic/polychromatic-0.9.3.ebuild                   | 2 +-
 sys-apps/polychromatic/polychromatic-9999.ebuild                    | 2 +-
 www-client/qutebrowser/qutebrowser-3.3.1.ebuild                     | 2 +-
 www-client/qutebrowser/qutebrowser-9999.ebuild                      | 2 +-
 27 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/app-editors/retext/retext-8.0.0.ebuild b/app-editors/retext/retext-8.0.0.ebuild
index aab3e1702773..bb34e6b0999a 100644
--- a/app-editors/retext/retext-8.0.0.ebuild
+++ b/app-editors/retext/retext-8.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 # Please don't add pypy support before testing if it's actually supported. The
 # old compat matrix is no longer accessible as of 2021-02-13 but stated back
 # in 2020-07-05 that PyQt5 was explicitly not supported.
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYPI_NO_NORMALIZE=1
 PYPI_PN="ReText"
 
@@ -62,7 +62,7 @@ pkg_postinst() {
 
 	optfeature "dictionary support" dev-python/pyenchant
 	# See https://bugs.gentoo.org/772197.
-	optfeature "rendering with webengine" dev-python/PyQt6-WebEngine
+	optfeature "rendering with webengine" dev-python/pyqt6-webengine
 
 	einfo "Starting with retext-7.0.4 the markdown-math plugin is installed."
 	einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math."

diff --git a/app-editors/retext/retext-8.0.2.ebuild b/app-editors/retext/retext-8.0.2.ebuild
index cdc4a71a388f..7a2b130ab55d 100644
--- a/app-editors/retext/retext-8.0.2.ebuild
+++ b/app-editors/retext/retext-8.0.2.ebuild
@@ -65,5 +65,5 @@ pkg_postinst() {
 	optfeature "a local copy of the MathJax JavaScript library" dev-libs/mathjax
 	optfeature "encoding detection" dev-python/chardet
 	optfeature "dictionary support" dev-python/pyenchant
-	optfeature "JavaScript support in preview" dev-python/PyQt6-WebEngine
+	optfeature "JavaScript support in preview" dev-python/pyqt6-webengine
 }

diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild
index 0ad582a951db..fdaee8e8569f 100644
--- a/app-editors/retext/retext-9999.ebuild
+++ b/app-editors/retext/retext-9999.ebuild
@@ -65,5 +65,5 @@ pkg_postinst() {
 	optfeature "a local copy of the MathJax JavaScript library" dev-libs/mathjax
 	optfeature "encoding detection" dev-python/chardet
 	optfeature "dictionary support" dev-python/pyenchant
-	optfeature "JavaScript support in preview" dev-python/PyQt6-WebEngine
+	optfeature "JavaScript support in preview" dev-python/pyqt6-webengine
 }

diff --git a/app-misc/anki/anki-24.06.3-r2.ebuild b/app-misc/anki/anki-24.06.3-r2.ebuild
index 75eac9eb0bd0..17e63f1cda75 100644
--- a/app-misc/anki/anki-24.06.3-r2.ebuild
+++ b/app-misc/anki/anki-24.06.3-r2.ebuild
@@ -758,7 +758,7 @@ GUI_RDEPEND="
 		dev-python/protobuf[${PYTHON_USEDEP}]
 		>=dev-python/PyQt6-6.6.1[gui,network,opengl,quick,webchannel,widgets,${PYTHON_USEDEP}]
 		>=dev-python/PyQt6-sip-13.6.0[${PYTHON_USEDEP}]
-		>=dev-python/PyQt6-WebEngine-6.6.0[widgets,${PYTHON_USEDEP}]
+		>=dev-python/pyqt6-webengine-6.6.0[widgets,${PYTHON_USEDEP}]
 		dev-python/requests[${PYTHON_USEDEP}]
 		dev-python/send2trash[${PYTHON_USEDEP}]
 		dev-python/waitress[${PYTHON_USEDEP}]

diff --git a/app-text/calibre/calibre-7.16.0.ebuild b/app-text/calibre/calibre-7.16.0.ebuild
index e7fa04ca6b4f..a01bbd1656b6 100644
--- a/app-text/calibre/calibre-7.16.0.ebuild
+++ b/app-text/calibre/calibre-7.16.0.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
 		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
 		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[widgets,${PYTHON_USEDEP}]
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/xxhash[${PYTHON_USEDEP}]
 		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]

diff --git a/app-text/calibre/calibre-7.17.0.ebuild b/app-text/calibre/calibre-7.17.0.ebuild
index bc677579f073..58fd8aaba569 100644
--- a/app-text/calibre/calibre-7.17.0.ebuild
+++ b/app-text/calibre/calibre-7.17.0.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
 		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
 		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[widgets,${PYTHON_USEDEP}]
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/xxhash[${PYTHON_USEDEP}]
 		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]

diff --git a/app-text/calibre/calibre-7.19.0.ebuild b/app-text/calibre/calibre-7.19.0.ebuild
index 7df8c55c2055..d0271503bb36 100644
--- a/app-text/calibre/calibre-7.19.0.ebuild
+++ b/app-text/calibre/calibre-7.19.0.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
 		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
 		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[widgets,${PYTHON_USEDEP}]
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/xxhash[${PYTHON_USEDEP}]
 		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]

diff --git a/app-text/calibre/calibre-7.20.0.ebuild b/app-text/calibre/calibre-7.20.0.ebuild
index a2bb555a3d7a..6370fd8d72c1 100644
--- a/app-text/calibre/calibre-7.20.0.ebuild
+++ b/app-text/calibre/calibre-7.20.0.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
 		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
 		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[widgets,${PYTHON_USEDEP}]
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/xxhash[${PYTHON_USEDEP}]
 		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]

diff --git a/app-text/calibre/calibre-7.21.0.ebuild b/app-text/calibre/calibre-7.21.0.ebuild
index 548371069244..709807542754 100644
--- a/app-text/calibre/calibre-7.21.0.ebuild
+++ b/app-text/calibre/calibre-7.21.0.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 		>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
 		>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
 		dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,${PYTHON_USEDEP}]
-		dev-python/PyQt6-WebEngine[widgets,${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[widgets,${PYTHON_USEDEP}]
 		dev-python/regex[${PYTHON_USEDEP}]
 		dev-python/xxhash[${PYTHON_USEDEP}]
 		>=dev-python/zeroconf-0.75.0[${PYTHON_USEDEP}]

diff --git a/app-text/sigil/sigil-2.2.1.ebuild b/app-text/sigil/sigil-2.2.1.ebuild
index 69caba0ca3a3..77e8ff273ced 100644
--- a/app-text/sigil/sigil-2.2.1.ebuild
+++ b/app-text/sigil/sigil-2.2.1.ebuild
@@ -62,7 +62,7 @@ RDEPEND="
 		dev-qt/qtsvg:6
 		plugins? ( $(python_gen_cond_dep '
 			dev-python/PyQt6[${PYTHON_USEDEP}]
-			dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+			dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		') )
 	)
 "

diff --git a/app-text/sigil/sigil-2.3.0.ebuild b/app-text/sigil/sigil-2.3.0.ebuild
index 3c649427ca1e..f3bcf56171ff 100644
--- a/app-text/sigil/sigil-2.3.0.ebuild
+++ b/app-text/sigil/sigil-2.3.0.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
 			dev-python/pillow[${PYTHON_USEDEP}]
 			dev-python/regex[${PYTHON_USEDEP}]
 			dev-python/PyQt6[${PYTHON_USEDEP}]
-			dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+			dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		')
 		$(python_gen_impl_dep 'tk')
 	)

diff --git a/app-text/sigil/sigil-2.3.1.ebuild b/app-text/sigil/sigil-2.3.1.ebuild
index 3c649427ca1e..f3bcf56171ff 100644
--- a/app-text/sigil/sigil-2.3.1.ebuild
+++ b/app-text/sigil/sigil-2.3.1.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
 			dev-python/pillow[${PYTHON_USEDEP}]
 			dev-python/regex[${PYTHON_USEDEP}]
 			dev-python/PyQt6[${PYTHON_USEDEP}]
-			dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+			dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		')
 		$(python_gen_impl_dep 'tk')
 	)

diff --git a/dev-python/PyQt6-WebEngine/Manifest b/dev-python/pyqt6-webengine/Manifest
similarity index 100%
rename from dev-python/PyQt6-WebEngine/Manifest
rename to dev-python/pyqt6-webengine/Manifest

diff --git a/dev-python/PyQt6-WebEngine/metadata.xml b/dev-python/pyqt6-webengine/metadata.xml
similarity index 100%
rename from dev-python/PyQt6-WebEngine/metadata.xml
rename to dev-python/pyqt6-webengine/metadata.xml

diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild b/dev-python/pyqt6-webengine/pyqt6-webengine-6.7.0.ebuild
similarity index 100%
rename from dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild
rename to dev-python/pyqt6-webengine/pyqt6-webengine-6.7.0.ebuild

diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild b/dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild
similarity index 100%
rename from dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild
rename to dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild

diff --git a/dev-python/qtpy/qtpy-2.4.1-r2.ebuild b/dev-python/qtpy/qtpy-2.4.1-r2.ebuild
index 22f79f3d25f1..8e1f1e114e54 100644
--- a/dev-python/qtpy/qtpy-2.4.1-r2.ebuild
+++ b/dev-python/qtpy/qtpy-2.4.1-r2.ebuild
@@ -86,7 +86,7 @@ RDEPEND="
 		dev-python/PyQt6[designer?,gui?,help?,multimedia?,network?,opengl?]
 		dev-python/PyQt6[positioning?,printsupport?,qml?,quick?,sensors?,serialport?,sql?]
 		dev-python/PyQt6[speech?,svg?,testlib?,webchannel?,websockets?,widgets?,xml?]
-		webengine? ( dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets?,quick?] )
+		webengine? ( dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets?,quick?] )
 
 	)
 	pyside2? (
@@ -128,7 +128,7 @@ BDEPEND="
 			dev-python/PyQt6[pdfium(-),positioning,printsupport,qml,quick,quick3d,serialport]
 			dev-python/PyQt6[sensors(-),spatialaudio(-),speech(-),sql,ssl,svg,testlib,webchannel]
 			dev-python/PyQt6[websockets,widgets,xml]
-			dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets,quick]
+			dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets,quick]
 			dev-qt/qtbase:6[sqlite]
 		)
 		pyside2? (

diff --git a/dev-python/qtpy/qtpy-2.4.2.ebuild b/dev-python/qtpy/qtpy-2.4.2.ebuild
index a8486eb6f97e..a445848d6112 100644
--- a/dev-python/qtpy/qtpy-2.4.2.ebuild
+++ b/dev-python/qtpy/qtpy-2.4.2.ebuild
@@ -85,7 +85,7 @@ RDEPEND="
 		dev-python/PyQt6[designer?,gui?,help?,multimedia?,network?,opengl?]
 		dev-python/PyQt6[positioning?,printsupport?,qml?,quick?,sensors?,serialport?,sql?]
 		dev-python/PyQt6[speech?,svg?,testlib?,webchannel?,websockets?,widgets?,xml?]
-		webengine? ( dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets?,quick?] )
+		webengine? ( dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets?,quick?] )
 
 	)
 	pyside2? (
@@ -127,7 +127,7 @@ BDEPEND="
 			dev-python/PyQt6[pdfium(-),positioning,printsupport,qml,quick,quick3d,serialport]
 			dev-python/PyQt6[sensors(-),spatialaudio(-),speech(-),sql,ssl,svg,testlib,webchannel]
 			dev-python/PyQt6[websockets,widgets,xml]
-			dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets,quick]
+			dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets,quick]
 			dev-qt/qtbase:6[sqlite]
 		)
 		pyside2? (

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 32d43c752dfa..7c553ca730ab 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -66,7 +66,7 @@ media-gfx/freecad
 # reverse-dependencies.
 dev-qt/qtwebengine
 dev-qt/qtwebview
-dev-python/PyQt6-WebEngine
+dev-python/pyqt6-webengine
 dev-python/PyQtWebEngine
 app-admin/calamares
 app-text/zeal

diff --git a/profiles/package.mask b/profiles/package.mask
index d54d9a3a1dcd..b8f2ead7f690 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -378,7 +378,7 @@ app-i18n/kcm-fcitx
 # never be unmasked and will skip to 6.8.1 instead given the large
 # amount of regressions there's been..
 =dev-python/PyQt6-6.8.0_pre*
-=dev-python/PyQt6-WebEngine-6.8.0_pre*
+=dev-python/pyqt6-webengine-6.8.0_pre*
 =dev-python/pyside6-6.8.0*
 =dev-python/pyside6-tools-6.8.0*
 =dev-python/shiboken6-6.8.0*

diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022
index 019eb15b12b1..109b7e3731ab 100644
--- a/profiles/updates/3Q-2022
+++ b/profiles/updates/3Q-2022
@@ -6,7 +6,7 @@ move kde-apps/zeroconf-ioslave net-misc/kio-zeroconf
 move net-misc/cni-plugins app-containers/cni-plugins
 move gnome-extra/chrome-gnome-shell gnome-extra/gnome-browser-connector
 move dev-python/PyQt6_sip dev-python/PyQt6-sip
-move dev-python/PyQt6_WebEngine dev-python/PyQt6-WebEngine
+move dev-python/PyQt6_WebEngine dev-python/pyqt6-webengine
 move net-p2p/go-ipfs net-p2p/kubo
 move app-admin/ansible-base app-admin/ansible-core
 slotmove =dev-ruby/rack-test-2.0.2 1.0 2

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index 9291919e4959..308b55703953 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -55,3 +55,4 @@ move dev-python/PySDL2 dev-python/pysdl2
 move dev-python/PySocks dev-python/pysocks
 move dev-python/QtPy dev-python/qtpy
 move dev-python/PyQt-builder dev-python/pyqt-builder
+move dev-python/PyQt6-WebEngine dev-python/pyqt6-webengine

diff --git a/sys-apps/polychromatic/polychromatic-0.9.2.ebuild b/sys-apps/polychromatic/polychromatic-0.9.2.ebuild
index 364b9f2920d6..666d762de973 100644
--- a/sys-apps/polychromatic/polychromatic-0.9.2.ebuild
+++ b/sys-apps/polychromatic/polychromatic-0.9.2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
 	${PYTHON_DEPS}
 	>=x11-libs/gtk+-3.20:3[introspection]
 	$(python_gen_cond_dep '
-		dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		dev-python/PyQt6[svg,${PYTHON_USEDEP}]
 		dev-python/colorama[${PYTHON_USEDEP}]
 		dev-python/colour[${PYTHON_USEDEP}]

diff --git a/sys-apps/polychromatic/polychromatic-0.9.3.ebuild b/sys-apps/polychromatic/polychromatic-0.9.3.ebuild
index d7b141d01942..49055cb68501 100644
--- a/sys-apps/polychromatic/polychromatic-0.9.3.ebuild
+++ b/sys-apps/polychromatic/polychromatic-0.9.3.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
 	${PYTHON_DEPS}
 	>=x11-libs/gtk+-3.20:3[introspection]
 	$(python_gen_cond_dep '
-		dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		dev-python/PyQt6[svg,${PYTHON_USEDEP}]
 		dev-python/colorama[${PYTHON_USEDEP}]
 		dev-python/colour[${PYTHON_USEDEP}]

diff --git a/sys-apps/polychromatic/polychromatic-9999.ebuild b/sys-apps/polychromatic/polychromatic-9999.ebuild
index 17566f06c680..0c736a176444 100644
--- a/sys-apps/polychromatic/polychromatic-9999.ebuild
+++ b/sys-apps/polychromatic/polychromatic-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
 	${PYTHON_DEPS}
 	>=x11-libs/gtk+-3.20:3[introspection]
 	$(python_gen_cond_dep '
-		dev-python/PyQt6-WebEngine[${PYTHON_USEDEP}]
+		dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
 		dev-python/PyQt6[svg,${PYTHON_USEDEP}]
 		dev-python/colorama[${PYTHON_USEDEP}]
 		dev-python/colour[${PYTHON_USEDEP}]

diff --git a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
index 370be6ac6935..f2a39cb456d6 100644
--- a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild
@@ -30,7 +30,7 @@ IUSE="+adblock pdf widevine"
 
 RDEPEND="
 	$(python_gen_cond_dep '
-		dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets]
+		dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets]
 		dev-python/PyQt6[${PYTHON_USEDEP},dbus,gui,network,opengl,printsupport,qml,sql,widgets]
 		dev-python/colorama[${PYTHON_USEDEP}]
 		dev-python/jinja2[${PYTHON_USEDEP}]

diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild
index 4e71244f9a3b..6ee7e2c7560b 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -30,7 +30,7 @@ IUSE="+adblock pdf widevine"
 
 RDEPEND="
 	$(python_gen_cond_dep '
-		dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets]
+		dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets]
 		dev-python/PyQt6[${PYTHON_USEDEP},dbus,gui,network,opengl,printsupport,qml,sql,widgets]
 		dev-python/colorama[${PYTHON_USEDEP}]
 		dev-python/jinja2[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-23 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt6-webengine/, profiles/, app-text/sigil/, dev-python/qtpy/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox