commit: be8aeb3b29489075b9438ba4116487b32f2748e2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:07:14 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8aeb3b
dev-python/redis-py: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/redis-py/redis-py-2.10.1.ebuild | 6 ------
dev-python/redis-py/redis-py-2.7.4.ebuild | 6 ------
dev-python/redis-py/redis-py-2.9.1.ebuild | 6 ------
3 files changed, 18 deletions(-)
diff --git a/dev-python/redis-py/redis-py-2.10.1.ebuild
b/dev-python/redis-py/redis-py-2.10.1.ebuild
index 22d6930..fd2d739 100644
--- a/dev-python/redis-py/redis-py-2.10.1.ebuild
+++ b/dev-python/redis-py/redis-py-2.10.1.ebuild
@@ -46,12 +46,6 @@ python_compile() {
fi
}
-src_test() {
- local DISTUTILS_NO_PARALLEL_BUILD=1
-
- distutils-r1_src_test
-}
-
python_test() {
# https://github.com/andymccurdy/redis-py/issues/503
# the suite is quite broken at this point but it's also the case in
-2.9.1,
diff --git a/dev-python/redis-py/redis-py-2.7.4.ebuild
b/dev-python/redis-py/redis-py-2.7.4.ebuild
index 3741dc3..6259178 100644
--- a/dev-python/redis-py/redis-py-2.7.4.ebuild
+++ b/dev-python/redis-py/redis-py-2.7.4.ebuild
@@ -45,12 +45,6 @@ python_compile() {
fi
}
-src_test() {
-# local DISTUTILS_NO_PARALLEL_BUILD=1
-
- distutils-r1_src_test
-}
-
python_test() {
local pidfile=${T}/redis-${EPYTHON}.pid
local sock=${T}/redis-${EPYTHON}.sock
diff --git a/dev-python/redis-py/redis-py-2.9.1.ebuild
b/dev-python/redis-py/redis-py-2.9.1.ebuild
index b3a51c5..c7f7337 100644
--- a/dev-python/redis-py/redis-py-2.9.1.ebuild
+++ b/dev-python/redis-py/redis-py-2.9.1.ebuild
@@ -45,12 +45,6 @@ python_compile() {
fi
}
-src_test() {
-# local DISTUTILS_NO_PARALLEL_BUILD=1
-
- distutils-r1_src_test
-}
-
python_test() {
local pidfile=${T}/redis-${EPYTHON}.pid
local sock=${T}/redis-${EPYTHON}.sock