commit: f7cff5f370b6169e82a15b5fcca063dbcf725fe0
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Dec 8 08:10:51 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 08:31:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cff5f3
dev-python/restructuredtext-lint: fix MissingTestRestrict, make DESCRIPTION
smaller
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild | 2 +-
dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
index 13b4421dc87..7c05e10d5c0 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
@@ -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"
diff --git
a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
index 4a58b6cd328..dda69c1a639 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
@@ -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}]