commit:     44557449b154480bd5f349238b657db89b9941f2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 00:49:15 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 00:50:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44557449

dev-python/pytables: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pytables/pytables-3.1.1-r2.ebuild | 4 ++--
 dev-python/pytables/pytables-3.2.0.ebuild    | 4 ++--
 dev-python/pytables/pytables-3.2.1.1.ebuild  | 4 ++--
 dev-python/pytables/pytables-3.2.1.ebuild    | 4 ++--
 dev-python/pytables/pytables-3.2.2.ebuild    | 4 ++--
 dev-python/pytables/pytables-3.3.0.ebuild    | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/pytables/pytables-3.1.1-r2.ebuild 
b/dev-python/pytables/pytables-3.1.1-r2.ebuild
index ed4a13de25a..f22a4f0c61e 100644
--- a/dev-python/pytables/pytables-3.1.1-r2.ebuild
+++ b/dev-python/pytables/pytables-3.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.0.ebuild 
b/dev-python/pytables/pytables-3.2.0.ebuild
index 769b09e54de..597054bc2ab 100644
--- a/dev-python/pytables/pytables-3.2.0.ebuild
+++ b/dev-python/pytables/pytables-3.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.1.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.1.ebuild
index 1042419eb8a..1b75f0a72ca 100644
--- a/dev-python/pytables/pytables-3.2.1.1.ebuild
+++ b/dev-python/pytables/pytables-3.2.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.ebuild
index 5022ed2ce20..881c844dd98 100644
--- a/dev-python/pytables/pytables-3.2.1.ebuild
+++ b/dev-python/pytables/pytables-3.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.2.ebuild 
b/dev-python/pytables/pytables-3.2.2.ebuild
index f2d58f80b9a..1b75f0a72ca 100644
--- a/dev-python/pytables/pytables-3.2.2.ebuild
+++ b/dev-python/pytables/pytables-3.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.3.0.ebuild 
b/dev-python/pytables/pytables-3.3.0.ebuild
index 7f3901392b9..2a1d71b5646 100644
--- a/dev-python/pytables/pytables-3.3.0.ebuild
+++ b/dev-python/pytables/pytables-3.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

Reply via email to