From 44557449b154480bd5f349238b657db89b9941f2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Mar 2017 16:49:15 -0800 Subject: 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(-) (limited to 'dev-python/pytables') diff --git a/dev-python/pytables/pytables-3.1.1-r2.ebuild b/dev-python/pytables/pytables-3.1.1-r2.ebuild index ed4a13de25af..f22a4f0c61e9 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 769b09e54dee..597054bc2ab5 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 1042419eb8a3..1b75f0a72ca6 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 5022ed2ce204..881c844dd985 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 f2d58f80b9a2..1b75f0a72ca6 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 7f3901392b95..2a1d71b56461 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 -- cgit v1.2.3-65-gdbad