dev-python/rnc2rng: Add py3.7

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2019-11-17 16:21:10 +03:00
parent af0bb113de
commit da1b6870ed

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
@@ -18,6 +18,8 @@ IUSE="test"
DEPEND="dev-python/rply[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
RESTRICT="!test? ( test )"
python_test() {
"${PYTHON}" test.py
}