dev-python/pika: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 18:31:45 +0000 (19:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:19 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pika/pika-0.10.0.ebuild
dev-python/pika/pika-0.13.0.ebuild

index 0ff76879c7057ee1325ff16e08a2be02269951ed..4acbcfe223a40489a394f26a5317ef063c202e28 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index cc7b2c08c825f0fbebc205fea6bacb32e5f8f73d..7f780be83ea0ecc8d539a27d98cd751d36b62e81 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1