From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
Date: Thu, 22 Oct 2015 11:09:31 +0000 (UTC) [thread overview]
Message-ID: <1445512159.d1d5307687bbcfe1b2c4537e12fa98ca1c67290c.jlec@gentoo> (raw)
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}"
}
next reply other threads:[~2015-10-22 11:10 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-22 11:09 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-11 17:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ Justin Lecher
2015-11-19 10:16 Agostino Sarubbo
2015-11-22 5:38 Jeroen Roovers
2015-11-24 9:37 Jeroen Roovers
2015-11-26 19:18 Markus Meier
2015-12-25 18:19 Agostino Sarubbo
2015-12-26 12:03 Agostino Sarubbo
2016-01-06 11:34 Justin Lecher
2016-01-06 11:34 Justin Lecher
2016-01-06 15:07 Justin Lecher
2016-01-10 11:22 Agostino Sarubbo
2016-01-11 9:56 Agostino Sarubbo
2016-02-03 9:05 Justin Lecher
2016-02-03 9:42 Justin Lecher
2016-04-18 16:16 Ian Delaney
2016-04-19 17:09 Ian Delaney
2016-06-21 2:47 Mike Frysinger
2016-10-28 18:43 Patrick Lauer
2017-04-05 0:02 Brian Dolbec
2017-05-03 12:18 Michał Górny
2018-04-18 23:31 Aaron Bauman
2018-04-19 19:42 Sergei Trofimovich
2018-04-21 20:11 Sergei Trofimovich
2018-04-22 1:35 Thomas Deutschmann
2018-04-28 7:11 Mikle Kolyada
2018-05-04 15:37 Mart Raudsepp
2018-05-14 16:03 Tobias Klausmann
2018-05-14 19:10 Sergei Trofimovich
2018-06-30 20:45 Mikle Kolyada
2018-09-16 20:25 Matt Turner
2018-12-29 16:29 Matt Turner
2019-08-10 11:56 Joonas Niilola
2019-11-16 8:45 Michał Górny
2019-11-16 8:45 Michał Górny
2019-11-16 8:45 Michał Górny
2019-11-16 11:02 Michał Górny
2019-12-16 14:38 Michał Górny
2020-01-27 12:20 Michał Górny
2020-03-25 14:17 Agostino Sarubbo
2020-03-26 17:36 Michał Górny
2020-03-26 17:36 Michał Górny
2020-03-28 9:20 Michał Górny
2020-03-28 9:20 Michał Górny
2020-05-25 12:44 Michał Górny
2020-05-25 12:44 Michał Górny
2020-05-25 12:44 Michał Górny
2020-07-09 8:34 Agostino Sarubbo
2020-07-09 13:01 Michał Górny
2020-07-09 13:01 Michał Górny
2020-08-01 21:00 Michał Górny
2020-09-18 9:18 Michał Górny
2020-09-28 15:53 Michał Górny
2020-11-18 8:47 Michał Górny
2021-01-01 0:14 Michał Górny
2021-05-05 12:48 Michał Górny
2021-05-05 12:48 Michał Górny
2021-06-05 20:35 Sam James
2021-06-05 21:08 Michał Górny
2021-10-09 9:32 Arthur Zamarin
2021-11-09 10:47 Michał Górny
2021-11-11 9:12 Arthur Zamarin
2021-11-11 9:36 Arthur Zamarin
2021-12-11 20:29 Arthur Zamarin
2021-12-11 20:30 Arthur Zamarin
2022-05-10 10:07 Michał Górny
2022-06-10 3:09 Sam James
2022-06-10 4:18 Michał Górny
2022-10-26 11:45 Arthur Zamarin
2022-11-06 7:24 Sam James
2022-11-06 7:59 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445512159.d1d5307687bbcfe1b2c4537e12fa98ca1c67290c.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox