dev-python/pycodestyle: add Python 3.7 support
authorLouis Sautier <sbraz@gentoo.org>
Wed, 5 Sep 2018 13:51:01 +0000 (15:51 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 5 Sep 2018 13:51:01 +0000 (15:51 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/pycodestyle/pycodestyle-2.4.0.ebuild

index 10fb79dbb657702daef7cffec80e27b2c37a99da..41243bdcb870b43a8f153dc18483d6079a912acb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1