Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/
Date: Tue, 03 Jul 2018 15:43:14
Message-Id: 1530632586.02d8116e6f65b0b26f718a3579f154009827dbe8.floppym@gentoo
1 commit: 02d8116e6f65b0b26f718a3579f154009827dbe8
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 15:42:57 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 15:43:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d8116e
7
8 dev-python/numba: replace PYTHON with EPYTHON in python_test
9
10 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
11
12 dev-python/numba/numba-0.27.0.ebuild | 4 ++--
13 dev-python/numba/numba-0.35.0.ebuild | 4 ++--
14 dev-python/numba/numba-0.37.0.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/numba/numba-0.27.0.ebuild b/dev-python/numba/numba-0.27.0.ebuild
18 index 38e04d182f3..91aa107c6b8 100644
19 --- a/dev-python/numba/numba-0.27.0.ebuild
20 +++ b/dev-python/numba/numba-0.27.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -52,7 +52,7 @@ python_compile_all() {
28
29 python_test() {
30 cd "${BUILD_DIR}"/lib* || die
31 - ${PYTHON} -c "import numba; numba.test()" || die
32 + ${EPYTHON} -c "import numba; numba.test()" || die
33 }
34
35 python_install_all() {
36
37 diff --git a/dev-python/numba/numba-0.35.0.ebuild b/dev-python/numba/numba-0.35.0.ebuild
38 index 40122f0ca61..e2943a43e4e 100644
39 --- a/dev-python/numba/numba-0.35.0.ebuild
40 +++ b/dev-python/numba/numba-0.35.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
48
49 python_test() {
50 cd "${BUILD_DIR}"/lib* || die
51 - ${PYTHON} -c "import numba; numba.test()" || die
52 + ${EPYTHON} -c "import numba; numba.test()" || die
53 }
54
55 python_install_all() {
56
57 diff --git a/dev-python/numba/numba-0.37.0.ebuild b/dev-python/numba/numba-0.37.0.ebuild
58 index 505a73baee1..d716ed6e7c5 100644
59 --- a/dev-python/numba/numba-0.37.0.ebuild
60 +++ b/dev-python/numba/numba-0.37.0.ebuild
61 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
62
63 python_test() {
64 cd "${BUILD_DIR}"/lib* || die
65 - ${PYTHON} -c "import numba; numba.test()" || die
66 + ${EPYTHON} -c "import numba; numba.test()" || die
67 }
68
69 python_install_all() {