From 43158a3c4246637e5754d0ddd07f771db5e9ef02 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 7 Sep 2020 11:19:26 +0200 Subject: dev-python/nnpy: add py37/8/9 bump eapi too Closes: https://bugs.gentoo.org/737366 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier --- dev-python/nnpy/nnpy-1.4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/nnpy') diff --git a/dev-python/nnpy/nnpy-1.4.2.ebuild b/dev-python/nnpy/nnpy-1.4.2.ebuild index 5f229a8e0b40..2f5fb5ec4614 100644 --- a/dev-python/nnpy/nnpy-1.4.2.ebuild +++ b/dev-python/nnpy/nnpy-1.4.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 @@ -23,5 +23,5 @@ DEPEND=" RDEPEND="${DEPEND}" python_test() { - PYTHONPATH="${S}:${PYTHONPATH}" "${PYTHON}" "${S}/nnpy/tests.py" || die + PYTHONPATH="${S}:${PYTHONPATH}" "${PYTHON}" -m nnpy.tests || die } -- cgit v1.2.3-65-gdbad