summaryrefslogtreecommitdiff
path: root/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild')
-rw-r--r--dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
index d854750b9b2f..7199badb88b6 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Checks PyPI validity of reStructuredText"
-HOMEPAGE="https://pypi.org/project/restructuredtext-lint/"
+HOMEPAGE="
+ https://github.com/twolfson/restructuredtext-lint/
+ https://pypi.org/project/restructuredtext-lint/
+"
LICENSE="Unlicense"
SLOT="0"