commit: 63820d341c47f26e699df375ced7c1ee985c946c
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 13:51:01 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 13:51:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63820d34
dev-python/pycodestyle: add Python 3.7 support
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-python/pycodestyle/pycodestyle-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
index 10fb79dbb65..41243bdcb87 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