*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / net-analyzer / ripe-atlas-tools / ripe-atlas-tools-1.2.3-r1.ebuild
index 3a226ce01b818219ccd2c3bc38fa14af2300ff85..fe1fedc35fa321b6ad4ffe78b465a2efaff7b8f2 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1
 
@@ -15,8 +14,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PV}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 S="${WORKDIR}/${MY_PN}-${PV}"