From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CD62138334 for ; Tue, 3 Jul 2018 15:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96648E08A5; Tue, 3 Jul 2018 15:43:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 657A1E08A5 for ; Tue, 3 Jul 2018 15:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D03C5335CAC for ; Tue, 3 Jul 2018 15:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88A502E2 for ; Tue, 3 Jul 2018 15:43:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1530632586.02d8116e6f65b0b26f718a3579f154009827dbe8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numba/numba-0.27.0.ebuild dev-python/numba/numba-0.35.0.ebuild dev-python/numba/numba-0.37.0.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 02d8116e6f65b0b26f718a3579f154009827dbe8 X-VCS-Branch: master Date: Tue, 3 Jul 2018 15:43:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9fee54ff-1ef8-40f9-86de-0620f6b62b2c X-Archives-Hash: f19d8476fee3df11e4bca90eeac40cf1 commit: 02d8116e6f65b0b26f718a3579f154009827dbe8 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 3 15:42:57 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 3 15:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d8116e dev-python/numba: replace PYTHON with EPYTHON in python_test Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 dev-python/numba/numba-0.27.0.ebuild | 4 ++-- dev-python/numba/numba-0.35.0.ebuild | 4 ++-- dev-python/numba/numba-0.37.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/numba/numba-0.27.0.ebuild b/dev-python/numba/numba-0.27.0.ebuild index 38e04d182f3..91aa107c6b8 100644 --- a/dev-python/numba/numba-0.27.0.ebuild +++ b/dev-python/numba/numba-0.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -52,7 +52,7 @@ python_compile_all() { python_test() { cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import numba; numba.test()" || die + ${EPYTHON} -c "import numba; numba.test()" || die } python_install_all() { diff --git a/dev-python/numba/numba-0.35.0.ebuild b/dev-python/numba/numba-0.35.0.ebuild index 40122f0ca61..e2943a43e4e 100644 --- a/dev-python/numba/numba-0.35.0.ebuild +++ b/dev-python/numba/numba-0.35.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} python_test() { cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import numba; numba.test()" || die + ${EPYTHON} -c "import numba; numba.test()" || die } python_install_all() { diff --git a/dev-python/numba/numba-0.37.0.ebuild b/dev-python/numba/numba-0.37.0.ebuild index 505a73baee1..d716ed6e7c5 100644 --- a/dev-python/numba/numba-0.37.0.ebuild +++ b/dev-python/numba/numba-0.37.0.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} python_test() { cd "${BUILD_DIR}"/lib* || die - ${PYTHON} -c "import numba; numba.test()" || die + ${EPYTHON} -c "import numba; numba.test()" || die } python_install_all() {