commit:     ddd30cbfa0dbea1d4c5c5fb3e3a7b8d8395ac1ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 12:49:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 12:59:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd30cbf

dev-python/openpyxl: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/openpyxl/openpyxl-2.6.1.ebuild | 2 +-
 dev-python/openpyxl/openpyxl-2.6.2.ebuild | 2 +-
 dev-python/openpyxl/openpyxl-2.6.4.ebuild | 2 +-
 dev-python/openpyxl/openpyxl-9999.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild 
b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
index 1c60e0ce0a6..79b1b9600bd 100644
--- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild 
b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
index bfac1ddd153..b4e7a9f9c3a 100644
--- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/openpyxl/openpyxl-2.6.4.ebuild 
b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
index 433dd9136f9..284935b4f7e 100644
--- a/dev-python/openpyxl/openpyxl-2.6.4.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild 
b/dev-python/openpyxl/openpyxl-9999.ebuild
index 35313a2cb36..957f018d282 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 mercurial
 

Reply via email to