diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:52:57 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:52:57 -0800 |
commit | 0f2081277c16aab2cc5ac7182bb414b72316b37d (patch) | |
tree | 4b72012bc325c1cfd40bfbbf8891ab7a04289802 /dev-python/openpyxl | |
parent | dev-python/et_xmlfile: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-0f2081277c16aab2cc5ac7182bb414b72316b37d.tar.gz gentoo-0f2081277c16aab2cc5ac7182bb414b72316b37d.tar.bz2 gentoo-0f2081277c16aab2cc5ac7182bb414b72316b37d.zip |
dev-python/openpyxl: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild index b45c79d3051d..88aee200525d 100644 --- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild +++ b/dev-python/openpyxl/openpyxl-2.3.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,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild index fa3fc8a0321c..ef154a5dc827 100644 --- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild +++ b/dev-python/openpyxl/openpyxl-2.3.3.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} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild index 8594071ce28b..ee7102131b94 100644 --- a/dev-python/openpyxl/openpyxl-9999.ebuild +++ b/dev-python/openpyxl/openpyxl-9999.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} ) inherit distutils-r1 mercurial |