diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:29:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:07 +0100 |
commit | cbda4a69cbd3577d34fa8e57210ffbbf834b6da9 (patch) | |
tree | c5bc5484b60d635327c26bb3f296b28790b30f40 /app-editors | |
parent | Rename dev-python/{PyQt-builder → pyqt-builder} (diff) | |
download | gentoo-cbda4a69cbd3577d34fa8e57210ffbbf834b6da9.tar.gz gentoo-cbda4a69cbd3577d34fa8e57210ffbbf834b6da9.tar.bz2 gentoo-cbda4a69cbd3577d34fa8e57210ffbbf834b6da9.zip |
Rename dev-python/{PyQt6-WebEngine → pyqt6-webengine}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/retext/retext-8.0.0.ebuild | 6 | ||||
-rw-r--r-- | app-editors/retext/retext-8.0.2.ebuild | 2 | ||||
-rw-r--r-- | app-editors/retext/retext-9999.ebuild | 2 |
3 files changed, 5 insertions, 5 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 } |