From eb3d358bee104b8b5be885718e22f0ddf47e86e3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Feb 2016 09:55:39 +0100 Subject: [PATCH] dev-python/flake8: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/flake8/flake8-2.0-r1.ebuild | 4 ++-- dev-python/flake8/flake8-2.1.0.ebuild | 4 ++-- dev-python/flake8/flake8-2.2.5.ebuild | 5 +++-- dev-python/flake8/flake8-2.5.1.ebuild | 16 ++++++++++------ 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/dev-python/flake8/flake8-2.0-r1.ebuild b/dev-python/flake8/flake8-2.0-r1.ebuild index a226f03609543..5bace81416839 100644 --- a/dev-python/flake8/flake8-2.0-r1.ebuild +++ b/dev-python/flake8/flake8-2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.1.0.ebuild b/dev-python/flake8/flake8-2.1.0.ebuild index cac92f3bc6835..c48c2dc5c03d6 100644 --- a/dev-python/flake8/flake8-2.1.0.ebuild +++ b/dev-python/flake8/flake8-2.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.2.5.ebuild b/dev-python/flake8/flake8-2.2.5.ebuild index d352fa04c5133..6a49a2d13ba4b 100644 --- a/dev-python/flake8/flake8-2.2.5.ebuild +++ b/dev-python/flake8/flake8-2.2.5.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-2.5.1.ebuild b/dev-python/flake8/flake8-2.5.1.ebuild index 1393f6c4e0c2a..4a5fc3b8bf333 100644 --- a/dev-python/flake8/flake8-2.5.1.ebuild +++ b/dev-python/flake8/flake8-2.5.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 @@ -17,19 +18,22 @@ LICENSE="MIT" SLOT="0" # requires.txt inc. mccabe however that creates a circular dep -RDEPEND=">=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}] =dev-python/pep8-1.5.7[${PYTHON_USEDEP}] !=dev-python/pep8-1.6.1[${PYTHON_USEDEP}] !=dev-python/pep8-1.6.2[${PYTHON_USEDEP}] " -PDEPEND=">=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}] -