diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-10 18:20:26 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:18:31 -0800 |
commit | 6744fa036e66ebc21eb748ffe525d1d78bf5eba0 (patch) | |
tree | 2ff009097e4140442a6051a52e1f8179f5a792d4 /dev-python/flake8 | |
parent | dev-python/pep8: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-6744fa036e66ebc21eb748ffe525d1d78bf5eba0.tar.gz gentoo-6744fa036e66ebc21eb748ffe525d1d78bf5eba0.tar.bz2 gentoo-6744fa036e66ebc21eb748ffe525d1d78bf5eba0.zip |
dev-python/flake8: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/flake8')
-rw-r--r-- | dev-python/flake8/flake8-2.2.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.5.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/flake8/flake8-3.0.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/flake8/flake8-3.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flake8/flake8-3.3.0.ebuild | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/flake8/flake8-2.2.5.ebuild b/dev-python/flake8/flake8-2.2.5.ebuild index ea34fb3f3f0b..ccd6c382c715 100644 --- a/dev-python/flake8/flake8-2.2.5.ebuild +++ b/dev-python/flake8/flake8-2.2.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.4.1-r1.ebuild b/dev-python/flake8/flake8-2.4.1-r1.ebuild index a793fc4e2acd..1a39fa0dd787 100644 --- a/dev-python/flake8/flake8-2.4.1-r1.ebuild +++ b/dev-python/flake8/flake8-2.4.1-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.5.0.ebuild b/dev-python/flake8/flake8-2.5.0.ebuild index f2f8dd77d34a..71150799f204 100644 --- a/dev-python/flake8/flake8-2.5.0.ebuild +++ b/dev-python/flake8/flake8-2.5.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.5.1.ebuild b/dev-python/flake8/flake8-2.5.1.ebuild index 94aa90085815..bc1e09567c59 100644 --- a/dev-python/flake8/flake8-2.5.1.ebuild +++ b/dev-python/flake8/flake8-2.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.5.4.ebuild b/dev-python/flake8/flake8-2.5.4.ebuild index 66e3dff4f649..73e951eb85c5 100644 --- a/dev-python/flake8/flake8-2.5.4.ebuild +++ b/dev-python/flake8/flake8-2.5.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-3.0.4-r2.ebuild b/dev-python/flake8/flake8-3.0.4-r2.ebuild index 8c9f7b10e0fb..d1495812cfa2 100644 --- a/dev-python/flake8/flake8-3.0.4-r2.ebuild +++ b/dev-python/flake8/flake8-3.0.4-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-3.2.1.ebuild b/dev-python/flake8/flake8-3.2.1.ebuild index 2ef4e59cd1a2..520728c1d3ae 100644 --- a/dev-python/flake8/flake8-3.2.1.ebuild +++ b/dev-python/flake8/flake8-3.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-3.3.0.ebuild b/dev-python/flake8/flake8-3.3.0.ebuild index 5557d870bdc6..8011a010a771 100644 --- a/dev-python/flake8/flake8-3.3.0.ebuild +++ b/dev-python/flake8/flake8-3.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |