diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-08 09:10:51 +0100 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-08 02:31:48 -0600 |
commit | f7cff5f370b6169e82a15b5fcca063dbcf725fe0 (patch) | |
tree | 7f043556ed9e1d2d9fbb25862f7b2b12c417ebda /dev-python | |
parent | dev-python/fasteners: fix MissingTestRestrict (diff) | |
download | gentoo-f7cff5f370b6169e82a15b5fcca063dbcf725fe0.tar.gz gentoo-f7cff5f370b6169e82a15b5fcca063dbcf725fe0.tar.bz2 gentoo-f7cff5f370b6169e82a15b5fcca063dbcf725fe0.zip |
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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild | 2 | ||||
-rw-r--r-- | 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 13b4421dc875..7c05e10d5c06 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 4a58b6cd328f..dda69c1a6391 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}] |