Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Fri, 14 Aug 2020 23:22:26
Message-Id: 1597447289.8f8ce4ee191c31e0582a6db1193a230a068ab7bf.asturm@gentoo
1 commit: 8f8ce4ee191c31e0582a6db1193a230a068ab7bf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:52 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8ce4ee
7
8 dev-python/numpy: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/numpy/numpy-1.17.4-r3.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/numpy/numpy-1.17.4-r3.ebuild b/dev-python/numpy/numpy-1.17.4-r3.ebuild
16 index 58441bf2b8e..9a848fbc373 100644
17 --- a/dev-python/numpy/numpy-1.17.4-r3.ebuild
18 +++ b/dev-python/numpy/numpy-1.17.4-r3.ebuild
19 @@ -103,11 +103,7 @@ python_prepare_all() {
20 python_compile() {
21 export MAKEOPTS=-j1 #660754
22
23 - local python_makeopts_jobs=""
24 - python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
25 - distutils-r1_python_compile \
26 - ${python_makeopts_jobs} \
27 - ${NUMPY_FCONFIG}
28 + distutils-r1_python_compile ${NUMPY_FCONFIG}
29 }
30
31 python_test() {