dev-python/fuzzywuzzy: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:41:30 +0000 (13:41 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 12:19:48 +0000 (14:19 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild

index 2dbe71fffcfeeb4babe49e618736dff7e6bbb82f..0d64bae43e031e01dc1e6629875709042510df92 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Fuzzy string matching in python"