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 43C67138454 for ; Fri, 11 Sep 2015 07:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F0C21C033; Fri, 11 Sep 2015 07:53:32 +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 217BB21C033 for ; Fri, 11 Sep 2015 07:53:29 +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 1BCE8340AC1 for ; Fri, 11 Sep 2015 07:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C3E208 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: <1441958000.91f71e4368f9897862da955dfee59481632d1f8f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websocket-client/websocket-client-0.21.0.ebuild dev-python/websocket-client/websocket-client-0.29.0.ebuild dev-python/websocket-client/websocket-client-0.31.0.ebuild dev-python/websocket-client/websocket-client-0.32.0.ebuild X-VCS-Directories: dev-python/websocket-client/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 91f71e4368f9897862da955dfee59481632d1f8f 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: 6974672c-9d4c-4a0b-8677-23a9bf5b64cc X-Archives-Hash: 3b33838ae34ded2ac2a2d2b8d52a7224 commit: 91f71e4368f9897862da955dfee59481632d1f8f Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 07:14:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 07:53:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f71e43 dev-python/websocket-client: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/websocket-client/websocket-client-0.21.0.ebuild | 3 ++- dev-python/websocket-client/websocket-client-0.29.0.ebuild | 3 ++- dev-python/websocket-client/websocket-client-0.31.0.ebuild | 3 ++- dev-python/websocket-client/websocket-client-0.32.0.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/websocket-client/websocket-client-0.21.0.ebuild b/dev-python/websocket-client/websocket-client-0.21.0.ebuild index 889ab1c..d87776a 100644 --- a/dev-python/websocket-client/websocket-client-0.21.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.21.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) inherit distutils-r1 vcs-snapshot @@ -23,7 +24,7 @@ RDEPEND=" " python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } python_install_all() { diff --git a/dev-python/websocket-client/websocket-client-0.29.0.ebuild b/dev-python/websocket-client/websocket-client-0.29.0.ebuild index 92d7d67..de7e120 100644 --- a/dev-python/websocket-client/websocket-client-0.29.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.29.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot @@ -25,7 +26,7 @@ RDEPEND=" " python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } python_install_all() { diff --git a/dev-python/websocket-client/websocket-client-0.31.0.ebuild b/dev-python/websocket-client/websocket-client-0.31.0.ebuild index 92d7d67..de7e120 100644 --- a/dev-python/websocket-client/websocket-client-0.31.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.31.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot @@ -25,7 +26,7 @@ RDEPEND=" " python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } python_install_all() { diff --git a/dev-python/websocket-client/websocket-client-0.32.0.ebuild b/dev-python/websocket-client/websocket-client-0.32.0.ebuild index 92d7d67..de7e120 100644 --- a/dev-python/websocket-client/websocket-client-0.32.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.32.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot @@ -25,7 +26,7 @@ RDEPEND=" " python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } python_install_all() {