summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 17:39:15 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:25:23 -0600
commit17db7cae98b284409719d45beb05ef07bfcb9dd6 (patch)
tree6e5111dc0b52245410f2c5d2aa326770ca84c837 /dev-python/flake8
parentdev-python/mccabe: add py37 support (diff)
downloadgentoo-17db7cae98b284409719d45beb05ef07bfcb9dd6.tar.gz
gentoo-17db7cae98b284409719d45beb05ef07bfcb9dd6.tar.bz2
gentoo-17db7cae98b284409719d45beb05ef07bfcb9dd6.zip
dev-python/flake8: 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/flake8')
-rw-r--r--dev-python/flake8/flake8-2.5.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flake8/flake8-2.5.4.ebuild b/dev-python/flake8/flake8-2.5.4.ebuild
index f561da9fb34d..17c56ae9baf7 100644
--- a/dev-python/flake8/flake8-2.5.4.ebuild
+++ b/dev-python/flake8/flake8-2.5.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 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