summaryrefslogtreecommitdiff
path: root/app-text/restview/restview-3.0.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-20 13:16:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-20 13:16:21 +0100
commit332b9eb4903f99b0e65722058ce481fdc21b93d3 (patch)
treefef4ca14ec13f6bc1b3f532a6b2c19f7db4f3921 /app-text/restview/restview-3.0.0.ebuild
parent7d1fc8f13082082c2539f20beadcf37089543b8e (diff)
gentoo auto-resync : 20:06:2023 - 13:16:21
Diffstat (limited to 'app-text/restview/restview-3.0.0.ebuild')
-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 )