diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:11 +0100 |
commit | c207189c8c75715e47c1b72cfb0c80a38c1aad18 (patch) | |
tree | 9e406d50afcce984e467fd27125773ccc5851fb6 /app-text/restview | |
parent | app-text/paperwork: Use pypi.eclass (diff) | |
download | gentoo-c207189c8c75715e47c1b72cfb0c80a38c1aad18.tar.gz gentoo-c207189c8c75715e47c1b72cfb0c80a38c1aad18.tar.bz2 gentoo-c207189c8c75715e47c1b72cfb0c80a38c1aad18.zip |
app-text/restview: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/restview')
-rw-r--r-- | app-text/restview/restview-3.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/restview/restview-3.0.0.ebuild b/app-text/restview/restview-3.0.0.ebuild index 480d25c25f9f..f54b105df3de 100644 --- a/app-text/restview/restview-3.0.0.ebuild +++ b/app-text/restview/restview-3.0.0.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="reStructuredText viewer" HOMEPAGE="https://mg.pov.lt/restview/ https://pypi.org/project/restview/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |