Rename dev-python/{PyQtWebEngine → pyqtwebengine}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-23 12:30:50 +01:00
parent 276b77bc35
commit 23f9f55632
12 changed files with 13 additions and 12 deletions

View File

@@ -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,10} )
PYTHON_COMPAT=( python3_10 )
PYPI_NO_NORMALIZE=1
PYPI_PN="ReText"
@@ -65,7 +65,7 @@ pkg_postinst() {
optfeature "dictionary support" dev-python/pyenchant
# See https://bugs.gentoo.org/772197.
optfeature "rendering with webengine" dev-python/PyQtWebEngine
optfeature "rendering with webengine" dev-python/pyqtwebengine
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."

View File

@@ -76,7 +76,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,widgets,network,printsupport,svg,${PYTHON_USEDEP}]
>=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
>=dev-python/pyqtwebengine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
')

View File

@@ -52,7 +52,7 @@ RDEPEND="
dev-qt/qtxml:5
plugins? ( $(python_gen_cond_dep '
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
dev-python/pyqtwebengine[${PYTHON_USEDEP}]
') )
)
qt6? (

View File

@@ -79,7 +79,7 @@ RDEPEND="
dev-python/PyQt5[testlib?,webchannel?,websockets?,widgets?,xml(+)?]
qml? ( dev-python/PyQt5[declarative] )
quick? ( dev-python/PyQt5[declarative] )
webengine? ( dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )
webengine? ( dev-python/pyqtwebengine[${PYTHON_USEDEP}] )
)
pyqt6? (
dev-python/PyQt6[${PYTHON_USEDEP}]
@@ -119,7 +119,7 @@ BDEPEND="
dev-python/PyQt5[multimedia,network,opengl,positioning,printsupport]
dev-python/PyQt5[sensors,serialport,speech(-),sql,svg,testlib,webchannel]
dev-python/PyQt5[websockets,widgets,x11extras,xml(+),xmlpatterns]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
dev-python/pyqtwebengine[${PYTHON_USEDEP}]
dev-qt/qtsql:5[sqlite]
)
pyqt6? (

View File

@@ -78,7 +78,7 @@ RDEPEND="
dev-python/PyQt5[testlib?,webchannel?,websockets?,widgets?,xml(+)?]
qml? ( dev-python/PyQt5[declarative] )
quick? ( dev-python/PyQt5[declarative] )
webengine? ( dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )
webengine? ( dev-python/pyqtwebengine[${PYTHON_USEDEP}] )
)
pyqt6? (
dev-python/PyQt6[${PYTHON_USEDEP}]
@@ -118,7 +118,7 @@ BDEPEND="
dev-python/PyQt5[multimedia,network,opengl,positioning,printsupport]
dev-python/PyQt5[sensors,serialport,speech(-),sql,svg,testlib,webchannel]
dev-python/PyQt5[websockets,widgets,x11extras,xml(+),xmlpatterns]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
dev-python/pyqtwebengine[${PYTHON_USEDEP}]
dev-qt/qtsql:5[sqlite]
)
pyqt6? (

View File

@@ -17,7 +17,7 @@ KEYWORDS="amd64"
DEPEND="
dev-python/PyQt5[gui,network,printsupport,svg,widgets,${PYTHON_USEDEP}]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
dev-python/pyqtwebengine[${PYTHON_USEDEP}]
dev-python/python-ly[${PYTHON_USEDEP}]
dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
dev-python/qpageview[${PYTHON_USEDEP}]

View File

@@ -67,7 +67,7 @@ media-gfx/freecad
dev-qt/qtwebengine
dev-qt/qtwebview
dev-python/pyqt6-webengine
dev-python/PyQtWebEngine
dev-python/pyqtwebengine
app-admin/calamares
app-text/zeal
app-editors/ghostwriter

View File

@@ -40,7 +40,7 @@ kde-apps/grantlee-editor
kde-apps/akregator
dev-util/kdevelop
dev-qt/qtwebview
dev-python/PyQtWebEngine
dev-python/pyqtwebengine
app-text/kchmviewer
app-office/merkuro
app-editors/ghostwriter

View File

@@ -57,3 +57,4 @@ 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
move dev-python/PyQt6-sip dev-python/pyqt6-sip
move dev-python/PyQtWebEngine dev-python/pyqtwebengine