diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 16:49:15 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 16:50:31 -0800 |
commit | 44557449b154480bd5f349238b657db89b9941f2 (patch) | |
tree | 3e462234458d8fb86202b50ff5b1bf707a2005b4 /dev-python/pytables | |
parent | dev-python/cgkit: Add py3.5 support (diff) | |
download | gentoo-44557449b154480bd5f349238b657db89b9941f2.tar.gz gentoo-44557449b154480bd5f349238b657db89b9941f2.tar.bz2 gentoo-44557449b154480bd5f349238b657db89b9941f2.zip |
dev-python/pytables: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-3.2.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |