From 3602bfbf32faeedd99faf5b691b2f5abfd73f208 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 24 Nov 2019 11:02:26 -0500 Subject: [PATCH] dev-python/paisley: fix QA warning about tests * Shorten description by removing PN Signed-off-by: Aaron Bauman --- dev-python/paisley/paisley-0.3.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/paisley/paisley-0.3.1-r1.ebuild b/dev-python/paisley/paisley-0.3.1-r1.ebuild index c65280a7e8e3..8fc68c967b0c 100644 --- a/dev-python/paisley/paisley-0.3.1-r1.ebuild +++ b/dev-python/paisley/paisley-0.3.1-r1.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application" +DESCRIPTION="A CouchDB client written in Python to be used within a Twisted application" HOMEPAGE="https://launchpad.net/paisley https://pypi.org/project/paisley/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}] -- 2.26.2