summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Freydank <holgersson@posteo.de>2021-02-13 09:39:22 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-02-24 09:00:15 +0200
commit89cde9afe44f9823a979dd947704c52ee3780415 (patch)
tree9553312de7e18bab999e50bd716a8aa5eec5fe9a /app-editors
parentapp-editors/retext: Bump to 7.2.0 (diff)
downloadgentoo-89cde9afe44f9823a979dd947704c52ee3780415.tar.gz
gentoo-89cde9afe44f9823a979dd947704c52ee3780415.tar.bz2
gentoo-89cde9afe44f9823a979dd947704c52ee3780415.zip
app-editors/retext: Update the live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19440 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/retext/retext-9999.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild
index 33902ed3198e..f2e2866b3635 100644
--- a/app-editors/retext/retext-9999.ebuild
+++ b/app-editors/retext/retext-9999.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-# 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_{7,8,9} )
+# 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_{8,9} )
inherit distutils-r1 optfeature virtualx xdg-utils
DISTUTILS_USE_SETUPTOOLS=rdepend
@@ -23,7 +24,7 @@ if [[ ${PV} == *9999 ]]
else
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}"/${MY_P}
+ S="${WORKDIR}/${MY_P}"
fi
LICENSE="GPL-2+"