From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC8731382C5 for ; Wed, 24 Feb 2021 07:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46F00E0858; Wed, 24 Feb 2021 07:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17AC7E0845 for ; Wed, 24 Feb 2021 07:06:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5EDB335D6A for ; Wed, 24 Feb 2021 07:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F34FF4E9 for ; Wed, 24 Feb 2021 07:06:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614150015.89cde9afe44f9823a979dd947704c52ee3780415.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/retext/retext-9999.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 89cde9afe44f9823a979dd947704c52ee3780415 X-VCS-Branch: master Date: Wed, 24 Feb 2021 07:06:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 763eea03-6450-4d04-a82b-f239aafea798 X-Archives-Hash: e1ddc77d54d05c0469966d0aa48f9df5 commit: 89cde9afe44f9823a979dd947704c52ee3780415 Author: Nils Freydank posteo de> AuthorDate: Sat Feb 13 08:39:22 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 24 07:00:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cde9af app-editors/retext: Update the live ebuild Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Nils Freydank posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19440 Signed-off-by: Joonas Niilola gentoo.org> app-editors/retext/retext-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild index 33902ed3198..f2e2866b363 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+"