mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Matthew Thode
parent
8061e8cef8
commit
f7cff5f370
@@ -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"
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user