dev-python/restructuredtext-lint: fix MissingTestRestrict, make DESCRIPTION smaller

Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Wim Muskee
2019-12-08 09:10:51 +01:00
committed by Matthew Thode
parent 8061e8cef8
commit f7cff5f370
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="Created out of frustration, it sucks to find out your reST is invalid after uploading it."
DESCRIPTION="Checks PyPI validity of reStructuredText"
HOMEPAGE="https://pypi.org/project/restructuredtext_lint/"
MY_P="restructuredtext_lint"

View File

@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="Created out of frustration, it sucks to find out your reST is invalid after uploading it."
DESCRIPTION="Checks PyPI validity of reStructuredText"
HOMEPAGE="https://pypi.org/project/restructuredtext_lint/"
MY_P="restructuredtext_lint"
@@ -17,6 +17,7 @@ LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]