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 <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-09-07 11:19:26 +02:00
parent 9dfd542f32
commit 43158a3c42

View File

@@ -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
}