From: Aaron Bauman Date: Sun, 24 Nov 2019 16:02:26 +0000 (-0500) Subject: dev-python/paisley: fix QA warning about tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3602bfbf32faeedd99faf5b691b2f5abfd73f208;p=gentoo.git dev-python/paisley: fix QA warning about tests * Shorten description by removing PN Signed-off-by: Aaron Bauman --- 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}]