summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-09-05 15:51:01 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-09-05 15:51:01 +0200
commit63820d341c47f26e699df375ced7c1ee985c946c (patch)
tree0d6a7117a0bb210587bb578a8b2be1335ff34964 /dev-python/pycodestyle
parentdev-python/keyring: drop Python 2, add 3.7 and doc (diff)
downloadgentoo-63820d341c47f26e699df375ced7c1ee985c946c.tar.gz
gentoo-63820d341c47f26e699df375ced7c1ee985c946c.tar.bz2
gentoo-63820d341c47f26e699df375ced7c1ee985c946c.zip
dev-python/pycodestyle: add Python 3.7 support
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-python/pycodestyle')
-rw-r--r--dev-python/pycodestyle/pycodestyle-2.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
index 10fb79dbb657..41243bdcb870 100644
--- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
@@ -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