dev-python/restructuredtext-lint: fix MissingTestRestrict, make DESCRIPTION smaller
authorWim Muskee <wimmuskee@gmail.com>
Sun, 8 Dec 2019 08:10:51 +0000 (09:10 +0100)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 8 Dec 2019 08:31:48 +0000 (02:31 -0600)
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild

index 13b4421dc8757891399b7ff1821e637e2b4c7505..7c05e10d5c06e5c0083c793d89375298f7349ef7 100644 (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"
index 4a58b6cd328f288033e8806b334559216a72fba9..dda69c1a639195a2d9b9e5c5dd3551e4d7a2275c 100644 (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}]