dev-python/py-amqp: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:40:23 +0000 (14:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:42:29 +0000 (14:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/py-amqp/py-amqp-2.3.2.ebuild
dev-python/py-amqp/py-amqp-2.4.2.ebuild
dev-python/py-amqp/py-amqp-2.5.0.ebuild

index 5510755d23b41d6d58ded5c80aca3b143656e055..fad3bec7b45af42d09244621436ae38be827aa0f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 262ae2aabdddebc65381a18f701dd7469954fadd..4ef779d7f61f18d73dbd878274554887a0130f08 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
 
index d2527024cddd834145a0d489c8cd34f20d6406e5..22fd777130351a0f6b4ff5db184bffbae0cbdcbf 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