dev-python/paisley: fix QA warning about tests
authorAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:02:26 +0000 (11:02 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:02:26 +0000 (11:02 -0500)
* Shorten description by removing PN

Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/paisley/paisley-0.3.1-r1.ebuild

index c65280a7e8e3690b07031af9b7dcb266719155ad..8fc68c967b0c0a18a7b5a73507c7fea0eb2c0753 100644 (file)
@@ -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}]