diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mccabe/mccabe-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.5.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.6.1.ebuild | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/dev-python/mccabe/mccabe-0.2.1.ebuild b/dev-python/mccabe/mccabe-0.2.1.ebuild index daa81a016994..2a40f008096c 100644 --- a/dev-python/mccabe/mccabe-0.2.1.ebuild +++ b/dev-python/mccabe/mccabe-0.2.1.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/mccabe/mccabe-0.3.1.ebuild b/dev-python/mccabe/mccabe-0.3.1.ebuild index 38ec4ccf69a2..8edf939c0566 100644 --- a/dev-python/mccabe/mccabe-0.3.1.ebuild +++ b/dev-python/mccabe/mccabe-0.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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/mccabe/mccabe-0.3.ebuild b/dev-python/mccabe/mccabe-0.3.ebuild index 0970a6b9715b..2ab1287bcf72 100644 --- a/dev-python/mccabe/mccabe-0.3.ebuild +++ b/dev-python/mccabe/mccabe-0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 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} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index b9d7fe9c06f6..358be04be14e 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/mccabe/mccabe-0.5.2.ebuild b/dev-python/mccabe/mccabe-0.5.2.ebuild index 42dbf745ca25..9e4c843b89b4 100644 --- a/dev-python/mccabe/mccabe-0.5.2.ebuild +++ b/dev-python/mccabe/mccabe-0.5.2.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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/mccabe/mccabe-0.5.3.ebuild b/dev-python/mccabe/mccabe-0.5.3.ebuild index 4a9341208be7..13637a7e6e55 100644 --- a/dev-python/mccabe/mccabe-0.5.3.ebuild +++ b/dev-python/mccabe/mccabe-0.5.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild b/dev-python/mccabe/mccabe-0.6.1.ebuild index 4a9341208be7..13637a7e6e55 100644 --- a/dev-python/mccabe/mccabe-0.6.1.ebuild +++ b/dev-python/mccabe/mccabe-0.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |