diff options
Diffstat (limited to 'dev-python')
-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 |