commit: 3602bfbf32faeedd99faf5b691b2f5abfd73f208 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 16:02:26 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 16:02:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3602bfbf
dev-python/paisley: fix QA warning about tests * Shorten description by removing PN Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> 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 c65280a7e8e..8fc68c967b0 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}]
