diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:30:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:09 +0100 |
commit | 23f9f556322c2d37e749e8184d0b7d113c7883d3 (patch) | |
tree | a3c207c45c6dc40c36de7d4b89ef5adc7adfae94 /app-editors | |
parent | Rename dev-python/{PyQt6-sip → pyqt6-sip} (diff) | |
download | gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.tar.gz gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.tar.bz2 gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.zip |
Rename dev-python/{PyQtWebEngine → pyqtwebengine}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/retext/retext-7.2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/retext/retext-7.2.3.ebuild b/app-editors/retext/retext-7.2.3.ebuild index 700a1e8d40b0..3eb7ef1f762a 100644 --- a/app-editors/retext/retext-7.2.3.ebuild +++ b/app-editors/retext/retext-7.2.3.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,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." |