diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-06 09:31:21 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-06 12:34:25 +0100 |
commit | 63a3caa40ec9ec3d53809eebfbb6026f6ee2f382 (patch) | |
tree | 9d3bfd05f12c03664f466f80b9f2e75916771432 /dev-python/nose/nose-9999.ebuild | |
parent | dev-python/nose: Build docs with python2 (diff) | |
download | gentoo-63a3caa40ec9ec3d53809eebfbb6026f6ee2f382.tar.gz gentoo-63a3caa40ec9ec3d53809eebfbb6026f6ee2f382.tar.bz2 gentoo-63a3caa40ec9ec3d53809eebfbb6026f6ee2f382.zip |
dev-python/nose: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/nose/nose-9999.ebuild')
-rw-r--r-- | dev-python/nose/nose-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 261ed7f9d526..fa4b126cf843 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils -DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring" +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" HOMEPAGE="https://pypi.python.org/pypi/nose http://readthedocs.org/docs/nose/ https://github.com/nose-devs/nose" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |