diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-20 08:23:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-20 08:26:08 +0200 |
commit | ff30296b02fc51e0499c07b1c857b23d9c590a5f (patch) | |
tree | f82f637f08c9edcf005c017bd711173eb35b77a6 /app-editors/retext | |
parent | app-editors/pyvim: Remove old (diff) | |
download | gentoo-ff30296b02fc51e0499c07b1c857b23d9c590a5f.tar.gz gentoo-ff30296b02fc51e0499c07b1c857b23d9c590a5f.tar.bz2 gentoo-ff30296b02fc51e0499c07b1c857b23d9c590a5f.zip |
app-editors/retext: Use pypi.eclass in 7.2.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/retext')
-rw-r--r-- | app-editors/retext/retext-7.2.3.ebuild | 6 |
1 files 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 |