summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-20 07:16:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-20 07:38:26 +0200
commit6326816aef22402a3e7be84cdfaaa740e6fd60f8 (patch)
treeacbad6c419c32b3f9629d96356d94fb7fbe63fb0 /app-text
parentdev-python/keystoneauth1: Bump to 5.2.1 (diff)
downloadgentoo-6326816aef22402a3e7be84cdfaaa740e6fd60f8.tar.gz
gentoo-6326816aef22402a3e7be84cdfaaa740e6fd60f8.tar.bz2
gentoo-6326816aef22402a3e7be84cdfaaa740e6fd60f8.zip
Move dev-python/{readme_renderer → readme-renderer}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/restview/restview-3.0.0.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/app-text/restview/restview-3.0.0.ebuild b/app-text/restview/restview-3.0.0.ebuild
index 921e4a227fb8..b26aed69c63b 100644
--- a/app-text/restview/restview-3.0.0.ebuild
+++ b/app-text/restview/restview-3.0.0.ebuild
@@ -4,19 +4,25 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
+
inherit distutils-r1 pypi
DESCRIPTION="reStructuredText viewer"
-HOMEPAGE="https://mg.pov.lt/restview/ https://pypi.org/project/restview/"
+HOMEPAGE="
+ https://mg.pov.lt/restview/
+ https://pypi.org/project/restview/
+"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]
+RDEPEND="
+ dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/readme_renderer[${PYTHON_USEDEP}]"
+ dev-python/readme-renderer[${PYTHON_USEDEP}]
+"
DOCS=( README.rst CHANGES.rst )