Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
python_test() {
cd "${BUILD_DIR}"/lib* || die
- ${PYTHON} -c "import numba; numba.test()" || die
+ ${EPYTHON} -c "import numba; numba.test()" || die
}
python_install_all() {
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
python_test() {
cd "${BUILD_DIR}"/lib* || die
- ${PYTHON} -c "import numba; numba.test()" || die
+ ${EPYTHON} -c "import numba; numba.test()" || die
}
python_install_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() {