sys-cluster/minikube: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:06:01 +0000 (14:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:35 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-cluster/minikube/minikube-1.0.1.ebuild
sys-cluster/minikube/minikube-1.6.1.ebuild
sys-cluster/minikube/minikube-1.6.2.ebuild

index c0cfc1eabe7b4217573a19abb69ca8d3b3b5751a..65951f69c4e13f4b8e7b6d6ff2cb45d44e87cc2b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-any-r1 golang-build golang-vcs-snapshot
 
index 7acc960aa259dc5e71253683da7e970c504990f2..9ce970f58fe3d2f23eb5758354c0832087552fa7 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_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-any-r1 go-module
 
index bb5af846aa7dff6c19cfac3f2e749b1dded38e83..941d63fa9a298ede838ac14296a9bc5ec4649e2b 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_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-any-r1 go-module