From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A151D1388C3 for ; Wed, 6 Jan 2016 11:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C694FE07EB; Wed, 6 Jan 2016 11:34:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C80CE07DF for ; Wed, 6 Jan 2016 11:34:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E99CA340967 for ; Wed, 6 Jan 2016 11:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E692CFC for ; Wed, 6 Jan 2016 11:34:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452080065.63a3caa40ec9ec3d53809eebfbb6026f6ee2f382.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose/nose-1.3.4.ebuild dev-python/nose/nose-1.3.6.ebuild dev-python/nose/nose-1.3.7.ebuild dev-python/nose/nose-9999.ebuild X-VCS-Directories: dev-python/nose/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 63a3caa40ec9ec3d53809eebfbb6026f6ee2f382 X-VCS-Branch: master Date: Wed, 6 Jan 2016 11:34:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d77e00d3-5aab-43d0-a67f-8400345fa36f X-Archives-Hash: c8315f172feb2861ed733e4e1923c40f commit: 63a3caa40ec9ec3d53809eebfbb6026f6ee2f382 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 6 08:31:21 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 6 11:34:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a3caa4 dev-python/nose: Chop DESCRIPTION to 80 chars Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/nose/nose-1.3.4.ebuild | 4 ++-- dev-python/nose/nose-1.3.6.ebuild | 4 ++-- dev-python/nose/nose-1.3.7.ebuild | 2 +- dev-python/nose/nose-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/nose/nose-1.3.4.ebuild b/dev-python/nose/nose-1.3.4.ebuild index 61cff46..6d77007 100644 --- a/dev-python/nose/nose-1.3.4.ebuild +++ b/dev-python/nose/nose-1.3.4.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$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -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://bitbucket.org/jpellerin/nose" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/nose/nose-1.3.6.ebuild b/dev-python/nose/nose-1.3.6.ebuild index 3c80cdd..fe1725e 100644 --- a/dev-python/nose/nose-1.3.6.ebuild +++ b/dev-python/nose/nose-1.3.6.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$ @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -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/ diff --git a/dev-python/nose/nose-1.3.7.ebuild b/dev-python/nose/nose-1.3.7.ebuild index 150fb01..2353f02 100644 --- a/dev-python/nose/nose-1.3.7.ebuild +++ b/dev-python/nose/nose-1.3.7.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -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/ diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 261ed7f..fa4b126 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"