From ff30296b02fc51e0499c07b1c857b23d9c590a5f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 May 2023 08:23:40 +0200 Subject: app-editors/retext: Use pypi.eclass in 7.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-editors/retext/retext-7.2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-editors/retext') 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 -- cgit v1.2.3-65-gdbad