summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-10 18:34:24 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:18:34 -0800
commit78f7d2ef9acfc8833b3897cfe47cf1b99e57f288 (patch)
treeec49f2aed6e75bd7b3d611d93adb096f5e52bc4a /dev-python/mccabe
parentdev-python/pycodestyle: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-78f7d2ef9acfc8833b3897cfe47cf1b99e57f288.tar.gz
gentoo-78f7d2ef9acfc8833b3897cfe47cf1b99e57f288.tar.bz2
gentoo-78f7d2ef9acfc8833b3897cfe47cf1b99e57f288.zip
dev-python/mccabe: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/mccabe')
-rw-r--r--dev-python/mccabe/mccabe-0.2.1.ebuild4
-rw-r--r--dev-python/mccabe/mccabe-0.3.1.ebuild4
-rw-r--r--dev-python/mccabe/mccabe-0.3.ebuild4
-rw-r--r--dev-python/mccabe/mccabe-0.4.0.ebuild4
-rw-r--r--dev-python/mccabe/mccabe-0.5.2.ebuild4
-rw-r--r--dev-python/mccabe/mccabe-0.5.3.ebuild2
-rw-r--r--dev-python/mccabe/mccabe-0.6.1.ebuild2
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