dev-python/redis-py: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 10:55:59 +0000 (11:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:15:59 +0000 (12:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/redis-py/redis-py-3.2.1.ebuild
dev-python/redis-py/redis-py-3.3.11.ebuild

index ef7ba5ab5ca74c5141e8c78a7df676f51ae8f361..77bcb3a7cb90677c31c1d9b6eb88fe6b642608a7 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index 42add4480b6ea1dd4540d3898f939578a5f3e9e1..8ff3bd59260e2791c12da10ac1683f2ee3dae331 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,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1