From: Justin Lecher Date: Fri, 11 Sep 2015 07:14:51 +0000 (+0200) Subject: dev-python/websocket-client: Drop unncessary die X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91f71e4368f9897862da955dfee59481632d1f8f;p=gentoo.git dev-python/websocket-client: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- 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 889ab1c8bcbf..d87776a5f8dd 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 92d7d679d383..de7e12040324 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 92d7d679d383..de7e12040324 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 92d7d679d383..de7e12040324 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() {