From 5b6edb4a3b74a81ee8d238aaabe59b8d8ff8246f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 14 Oct 2015 01:03:10 +0200 Subject: dev-python/*: Restore keywords and un-revbump for py3.5 Restore keywords that were removed unnecessarily, and collapse unnecessary revbumps on packages with added python3.5 support. --- dev-python/redis-py/redis-py-2.10.3.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dev-python/redis-py/redis-py-2.10.3.ebuild') diff --git a/dev-python/redis-py/redis-py-2.10.3.ebuild b/dev-python/redis-py/redis-py-2.10.3.ebuild index b94bf89e9aa0..0ca1dc75e3dc 100644 --- a/dev-python/redis-py/redis-py-2.10.3.ebuild +++ b/dev-python/redis-py/redis-py-2.10.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 @@ -47,14 +47,7 @@ python_compile() { fi } -src_test() { - # testsuite fails miserably under multiprocessing - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - python_test() { - local sock="${T}/redis.sock" "${EPREFIX}/usr/sbin/redis-server" - <<- EOF -- cgit v1.2.3-65-gdbad