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 7705713972E for ; Fri, 11 Sep 2015 07:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68A2C21C028; Fri, 11 Sep 2015 07:53:31 +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 AF6EE21C020 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 E112B340A9D 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 09A60203 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: <1441957998.9f44650e08a68f14223d57aa66fb055d1e01c497.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stormpath/stormpath-2.0.8.ebuild dev-python/stormpath/stormpath-2.0.9.ebuild dev-python/stormpath/stormpath-2.1.1.ebuild X-VCS-Directories: dev-python/stormpath/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9f44650e08a68f14223d57aa66fb055d1e01c497 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: a8f1a946-810b-4bf7-b501-db1009cc21c7 X-Archives-Hash: dae78691955438402c390445f2543c62 commit: 9f44650e08a68f14223d57aa66fb055d1e01c497 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 07:08:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 07:53:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f44650e dev-python/stormpath: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/stormpath/stormpath-2.0.8.ebuild | 3 ++- dev-python/stormpath/stormpath-2.0.9.ebuild | 2 +- dev-python/stormpath/stormpath-2.1.1.ebuild | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/stormpath/stormpath-2.0.8.ebuild b/dev-python/stormpath/stormpath-2.0.8.ebuild index 1a69f90..ba2db58 100644 --- a/dev-python/stormpath/stormpath-2.0.8.ebuild +++ b/dev-python/stormpath/stormpath-2.0.8.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot @@ -49,7 +50,7 @@ python_compile_all() { } python_test() { - esetup.py test || die "tests failed under ${EPYTYHON}" + esetup.py test } python_install_all() { diff --git a/dev-python/stormpath/stormpath-2.0.9.ebuild b/dev-python/stormpath/stormpath-2.0.9.ebuild index 084b5d1..ac212dd 100644 --- a/dev-python/stormpath/stormpath-2.0.9.ebuild +++ b/dev-python/stormpath/stormpath-2.0.9.ebuild @@ -39,7 +39,7 @@ python_compile_all() { } python_test() { - esetup.py test || die "tests failed under ${EPYTYHON}" + esetup.py test } python_install_all() { diff --git a/dev-python/stormpath/stormpath-2.1.1.ebuild b/dev-python/stormpath/stormpath-2.1.1.ebuild index 539c56c..8b395da 100644 --- a/dev-python/stormpath/stormpath-2.1.1.ebuild +++ b/dev-python/stormpath/stormpath-2.1.1.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot @@ -40,7 +41,7 @@ python_compile_all() { } python_test() { - esetup.py test || die "tests failed under ${EPYTYHON}" + esetup.py test } python_install_all() {