commit:     d1d5307687bbcfe1b2c4537e12fa98ca1c67290c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:06:34 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=d1d53076

dev-python/nose: 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/nose/nose-1.3.4.ebuild | 8 --------
 dev-python/nose/nose-1.3.6.ebuild | 8 --------
 dev-python/nose/nose-1.3.7.ebuild | 8 --------
 dev-python/nose/nose-9999.ebuild  | 8 --------
 4 files changed, 32 deletions(-)

diff --git a/dev-python/nose/nose-1.3.4.ebuild 
b/dev-python/nose/nose-1.3.4.ebuild
index e039847..43a992e 100644
--- a/dev-python/nose/nose-1.3.4.ebuild
+++ b/dev-python/nose/nose-1.3.4.ebuild
@@ -58,14 +58,6 @@ python_compile_all() {
        use doc && emake -C doc html
 }
 
-src_test() {
-       # nosetests use heavy multiprocessing during the tests.
-       # this shall make them less likely to kill your system or timeout.
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
 }

diff --git a/dev-python/nose/nose-1.3.6.ebuild 
b/dev-python/nose/nose-1.3.6.ebuild
index 01f987a..2b9c3e0 100644
--- a/dev-python/nose/nose-1.3.6.ebuild
+++ b/dev-python/nose/nose-1.3.6.ebuild
@@ -63,14 +63,6 @@ python_compile_all() {
        use doc && emake -C doc html
 }
 
-src_test() {
-       # nosetests use heavy multiprocessing during the tests.
-       # this shall make them less likely to kill your system or timeout.
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
 }

diff --git a/dev-python/nose/nose-1.3.7.ebuild 
b/dev-python/nose/nose-1.3.7.ebuild
index b4e89e8..ca246d9 100644
--- a/dev-python/nose/nose-1.3.7.ebuild
+++ b/dev-python/nose/nose-1.3.7.ebuild
@@ -63,14 +63,6 @@ python_compile_all() {
        use doc && emake -C doc html
 }
 
-src_test() {
-       # nosetests use heavy multiprocessing during the tests.
-       # this shall make them less likely to kill your system or timeout.
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
 }

diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild
index fefdcad..785d9d3 100644
--- a/dev-python/nose/nose-9999.ebuild
+++ b/dev-python/nose/nose-9999.ebuild
@@ -70,14 +70,6 @@ python_compile_all() {
        use doc && emake -C doc html
 }
 
-src_test() {
-       # nosetests use heavy multiprocessing during the tests.
-       # this shall make them less likely to kill your system or timeout.
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        "${PYTHON}" selftest.py || die "Tests fail with ${EPYTHON}"
 }

Reply via email to