diff options
| author | Zac Medico <zmedico@gentoo.org> | 2017-03-12 00:32:47 -0800 |
|---|---|---|
| committer | Zac Medico <zmedico@gentoo.org> | 2017-03-12 05:31:06 -0700 |
| commit | be7a8d2d4b1710e95afa949bd794387e94c41233 (patch) | |
| tree | c458a92bfcd829e4c01c19f06c656dd9e148c278 /dev-python/matplotlib | |
| parent | 26d4cb985a613b77f327cf378c9faf55eac1ec80 (diff) | |
| download | gentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.tar.gz gentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.tar.bz2 gentoo-be7a8d2d4b1710e95afa949bd794387e94c41233.zip | |
dev-python/matplotlib: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index f6de3f5c9947..4c7f57ce2f47 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='tk?,threads(+)' diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index 1f1ad36b5692..53b90641e0d9 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='tk?,threads(+)' diff --git a/dev-python/matplotlib/matplotlib-1.5.1.ebuild b/dev-python/matplotlib/matplotlib-1.5.1.ebuild index ba5a2ab57b9c..4be84aed2a43 100644 --- a/dev-python/matplotlib/matplotlib-1.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='tk?,threads(+)' diff --git a/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild index ef05ac105c2e..11acf166d286 100644 --- a/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic multiprocessing virtualx toolchain-funcs diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index b5f83551334f..760ca683ccf5 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.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=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='tk?,threads(+)' |
