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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0E2515806E for ; Sat, 20 May 2023 06:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3902E0844; Sat, 20 May 2023 06:26:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2498BE0844 for ; Sat, 20 May 2023 06:26:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BBEB340E10 for ; Sat, 20 May 2023 06:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC41A6C for ; Sat, 20 May 2023 06:26:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1684563968.ff30296b02fc51e0499c07b1c857b23d9c590a5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/retext/retext-7.2.3.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff30296b02fc51e0499c07b1c857b23d9c590a5f X-VCS-Branch: master Date: Sat, 20 May 2023 06:26:15 +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: e2f55591-7877-40be-8049-db38d948b356 X-Archives-Hash: 9e7294bd1d8a3815c247035e0af54307 commit: ff30296b02fc51e0499c07b1c857b23d9c590a5f Author: Michał Górny gentoo org> AuthorDate: Sat May 20 06:23:40 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 20 06:26:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff30296b app-editors/retext: Use pypi.eclass in 7.2.3 Signed-off-by: Michał Górny gentoo.org> app-editors/retext/retext-7.2.3.ebuild | 6 +++--- 1 file 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 3d801309e7a0..700a1e8d40b0 100644 --- a/app-editors/retext/retext-7.2.3.ebuild +++ b/app-editors/retext/retext-7.2.3.ebuild @@ -7,6 +7,8 @@ EAPI=8 # 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} ) +PYPI_NO_NORMALIZE=1 +PYPI_PN="ReText" inherit distutils-r1 optfeature qmake-utils virtualx xdg @@ -20,9 +22,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/retext-project/retext.git" else - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - S="${WORKDIR}/${MY_P}" - + inherit pypi KEYWORDS="amd64 ~riscv ~x86" fi