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 29E82138454 for ; Fri, 11 Sep 2015 07:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C32DA21C020; Fri, 11 Sep 2015 07:53:30 +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 B061221C029 for ; Fri, 11 Sep 2015 07:53:28 +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 EEBEA340AB5 for ; Fri, 11 Sep 2015 07:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52D6F207 for ; Fri, 11 Sep 2015 07:53:24 +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: <1441957999.237bfc65148d9d1eaa4ddfc1f9a505d983d8cad1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unidecode/unidecode-0.04.17.ebuild dev-python/unidecode/unidecode-0.04.18.ebuild X-VCS-Directories: dev-python/unidecode/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 237bfc65148d9d1eaa4ddfc1f9a505d983d8cad1 X-VCS-Branch: master Date: Fri, 11 Sep 2015 07:53:24 +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: 95c357b6-0f79-4717-98dd-26aa3d07dd5c X-Archives-Hash: 0376dbb0761fb015cf18c42fc8f98510 commit: 237bfc65148d9d1eaa4ddfc1f9a505d983d8cad1 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 07:12:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 07:53:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237bfc65 dev-python/unidecode: Drop unnecessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/unidecode/unidecode-0.04.17.ebuild | 3 ++- dev-python/unidecode/unidecode-0.04.18.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/unidecode/unidecode-0.04.17.ebuild b/dev-python/unidecode/unidecode-0.04.17.ebuild index 2b88813..656d149 100644 --- a/dev-python/unidecode/unidecode-0.04.17.ebuild +++ b/dev-python/unidecode/unidecode-0.04.17.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } diff --git a/dev-python/unidecode/unidecode-0.04.18.ebuild b/dev-python/unidecode/unidecode-0.04.18.ebuild index 94c437e..f93ec94 100644 --- a/dev-python/unidecode/unidecode-0.04.18.ebuild +++ b/dev-python/unidecode/unidecode-0.04.18.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test }