summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:36:32 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:25:21 -0600
commitbf3c0f2a30e312b5395cf6559a2cb8dbea8ab021 (patch)
tree6f854267da6b24c3ce85e45eb68381430dd3b3c0 /dev-python/pyflakes/pyflakes-0.8.1.ebuild
parentdev-python/pep8: add py37 support (diff)
downloadgentoo-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-0.8.1.ebuild')
-rw-r--r--dev-python/pyflakes/pyflakes-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyflakes/pyflakes-0.8.1.ebuild b/dev-python/pyflakes/pyflakes-0.8.1.ebuild
index 9beb5e180e38..0a267152d63d 100644
--- a/dev-python/pyflakes/pyflakes-0.8.1.ebuild
+++ b/dev-python/pyflakes/pyflakes-0.8.1.ebuild
@@ -1,9 +1,9 @@
-# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1