dev-python/diff-match-patch: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:40 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:43 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/diff-match-patch/diff-match-patch-20121119.ebuild

index ceeb5d4ff7ad18413f16d1bc0687e10b0d5a172b..4fee9e26e1ff5ebc0fd68be9f26505be9f64e036 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1