dev-python/websocket-client: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:55:44 +0000 (07:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:17 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/websocket-client/websocket-client-0.37.0.ebuild
dev-python/websocket-client/websocket-client-0.40.0.ebuild
dev-python/websocket-client/websocket-client-0.47.0.ebuild
dev-python/websocket-client/websocket-client-0.48.0.ebuild

index b0dcf3913af4e669de6080183a34fb832bcb4e00..889f4ce28421fc75738d8925bfe3d7b59575bf36 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 
index 0bb02c9ef2fd14d26d3cb6448769dedd76519794..29e8e7ae20670e7c4a8a204f24054c7504cf6184 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 
index e3c1a864e645099c3b8cc2ff9bd194a30756db4e..2d5f427ae989f1c40e58e04a21a5af93d3335aa2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 
index 75cdcb3f9c87a516f611025ea7c9f3d764330f0a..e8f29618241161ce23e03ba39947dc082876a48a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1