dev-python/ujson: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:50:07 +0000 (07:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:07:55 +0000 (08:07 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ujson/ujson-1.35-r1.ebuild
dev-python/ujson/ujson-1.35.ebuild

index 3629c11f807950e4dcecefa6d96299d5cafbb901..2f537dac5c1e952824d9cf9ba9d624be567fefb4 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
 
index 73d5ba00ca5327e36935ba3c5e44b270ef70f066..a81cc9cd9ad2089948f9ab490452bd64271c6b0f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1