summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Rösner <rndxelement@protonmail.com>2023-01-11 23:14:36 +0100
committerJoonas Niilola <juippis@gentoo.org>2023-01-28 10:43:48 +0200
commit20fa62ea13ab34ef4f73c66339b9b8634b752e96 (patch)
tree67a1c6a152d549cd5557983536836b7102ad1ece /app-editors/retext/retext-9999.ebuild
parentapp-editors/retext: add 8.0.0 (diff)
downloadgentoo-20fa62ea13ab34ef4f73c66339b9b8634b752e96.tar.gz
gentoo-20fa62ea13ab34ef4f73c66339b9b8634b752e96.tar.bz2
gentoo-20fa62ea13ab34ef4f73c66339b9b8634b752e96.zip
app-editors/retext: sync live ebuild
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/retext/retext-9999.ebuild')
-rw-r--r--app-editors/retext/retext-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild
index 413cc5d08d66..cf7bf4d8be84 100644
--- a/app-editors/retext/retext-9999.ebuild
+++ b/app-editors/retext/retext-9999.ebuild
@@ -37,12 +37,12 @@ RDEPEND="
>=dev-python/markups-3.1.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
- dev-python/PyQt5[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}]
+ dev-python/PyQt6[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-qt/linguist-tools
- test? ( dev-python/PyQt5[testlib,${PYTHON_USEDEP}] )
+ test? ( dev-python/PyQt6[testlib,${PYTHON_USEDEP}] )
"
distutils_enable_tests unittest
@@ -57,7 +57,7 @@ src_test() {
}
python_test() {
- eunittest || die
+ virtx eunittest
}
pkg_postinst() {
@@ -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/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."