diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-11 09:14:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-11 09:53:20 +0200 |
commit | 91f71e4368f9897862da955dfee59481632d1f8f (patch) | |
tree | 3a346fb8ec881431f08c74491b2110a92b027b19 /dev-python/websocket-client | |
parent | dev-python/unidecode: Drop unnecessary die (diff) | |
download | gentoo-91f71e4368f9897862da955dfee59481632d1f8f.tar.gz gentoo-91f71e4368f9897862da955dfee59481632d1f8f.tar.bz2 gentoo-91f71e4368f9897862da955dfee59481632d1f8f.zip |
dev-python/websocket-client: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/websocket-client')
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 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() { |