dev-python/fuzzywuzzy: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:38 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:38 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild
dev-python/fuzzywuzzy/fuzzywuzzy-0.17.0.ebuild

index 7cf848000cbd79ba8aa3176150f3e14504c0a013..3144267fa2af36030756e83ee68b34dc5e326cba 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Fuzzy string matching in python"
index 8ff35c5573715b0d6c47426a89393bb694b6a525..90602b082060c09b99f4728dd7e12e2496abdf95 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit distutils-r1