mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/paisley: fix QA warning about tests
* Shorten description by removing PN Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user