commit:     c84e175d26ab65af0c7605817078d75609eb3898
Author:     Nils Freydank <nils.freydank <AT> posteo <DOT> de>
AuthorDate: Mon Jul  6 12:23:32 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 08:06:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84e175d

app-editors/retext: Update live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/15964
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/retext/retext-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-editors/retext/retext-9999.ebuild 
b/app-editors/retext/retext-9999.ebuild
index 44d48af5851..f06ff35ad24 100644
--- a/app-editors/retext/retext-9999.ebuild
+++ b/app-editors/retext/retext-9999.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=7
 
-# no pypy{,3} support as PyQt5 does not support it at 2019-05-15
+# no pypy{,3} support as PyQt5 does not support it at 2020-07-05 (towelday)
 # https://bitbucket.org/pypy/compatibility/wiki/Home#!gui-library-bindings
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1 virtualx xdg-utils
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 MY_PN="ReText"
 MY_P="${MY_PN}-${PV/_/~}"
@@ -28,6 +29,7 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+spell"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/chardet[${PYTHON_USEDEP}]
@@ -37,10 +39,7 @@ RDEPEND="
        dev-python/pygments[${PYTHON_USEDEP}]
        dev-python/python-markdown-math[${PYTHON_USEDEP}]
        dev-python/PyQt5[gui,network,printsupport,widgets,${PYTHON_USEDEP}]
-       || (
-               dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-               <dev-python/PyQt5-5.12[webengine]
-               )
+       dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
        spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
 "
 DEPEND="

Reply via email to