dev-python/rnc2rng: Add py3.7
authorAlexey Shvetsov <alexxy@gentoo.org>
Sun, 17 Nov 2019 13:21:10 +0000 (16:21 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sun, 17 Nov 2019 15:11:58 +0000 (18:11 +0300)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-python/rnc2rng/rnc2rng-2.6.1.ebuild

index 2dc7788f0234ac2ffd8d759e08a90df8a5fd2dd5..e6b44ff88ee911ef90e8c0efb935dab32844f58b 100644 (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
 }