diff options
author | Horea Christian <horea.christ@yandex.com> | 2018-04-08 22:08:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-20 08:53:17 +0200 |
commit | 96c1d8947d9d036bfd1509ce2aab5bb27dc8a224 (patch) | |
tree | 88548d5783e68c2f20ba93d7cc751de5b012e685 /dev-python/seaborn | |
parent | sys-cluster/teleport: add v2.5.6 (diff) | |
download | gentoo-96c1d8947d9d036bfd1509ce2aab5bb27dc8a224.tar.gz gentoo-96c1d8947d9d036bfd1509ce2aab5bb27dc8a224.tar.bz2 gentoo-96c1d8947d9d036bfd1509ce2aab5bb27dc8a224.zip |
dev-python/seaborn: bumped Python support
Closes: https://github.com/gentoo/gentoo/pull/7891
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/seaborn')
-rw-r--r-- | dev-python/seaborn/seaborn-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild index 1145719eec46..a68f486d95ec 100644 --- a/dev-python/seaborn/seaborn-0.7.1.ebuild +++ b/dev-python/seaborn/seaborn-0.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 virtualx |