diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 17:36:32 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:25:21 -0600 |
commit | bf3c0f2a30e312b5395cf6559a2cb8dbea8ab021 (patch) | |
tree | 6f854267da6b24c3ce85e45eb68381430dd3b3c0 /dev-python/pyflakes/pyflakes-1.0.0.ebuild | |
parent | dev-python/pep8: add py37 support (diff) | |
download | gentoo-bf3c0f2a30e312b5395cf6559a2cb8dbea8ab021.tar.gz gentoo-bf3c0f2a30e312b5395cf6559a2cb8dbea8ab021.tar.bz2 gentoo-bf3c0f2a30e312b5395cf6559a2cb8dbea8ab021.zip |
dev-python/pyflakes: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyflakes/pyflakes-1.0.0.ebuild')
-rw-r--r-- | dev-python/pyflakes/pyflakes-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyflakes/pyflakes-1.0.0.ebuild b/dev-python/pyflakes/pyflakes-1.0.0.ebuild index 4eb377ed87c5..06c87fc6335e 100644 --- a/dev-python/pyflakes/pyflakes-1.0.0.ebuild +++ b/dev-python/pyflakes/pyflakes-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 |