commit:     7292979dc0964c3e4c11430079949d479b16c88f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 21:05:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 21:26:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7292979d
dev-python/h5py: Remove py2

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

 dev-python/h5py/h5py-2.7.0.ebuild | 2 +-
 dev-python/h5py/h5py-2.7.1.ebuild | 2 +-
 dev-python/h5py/h5py-2.9.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/h5py/h5py-2.7.0.ebuild 
b/dev-python/h5py/h5py-2.7.0.ebuild
index 5af042c901c..93ecc9cf690 100644
--- a/dev-python/h5py/h5py-2.7.0.ebuild
+++ b/dev-python/h5py/h5py-2.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/h5py/h5py-2.7.1.ebuild 
b/dev-python/h5py/h5py-2.7.1.ebuild
index 05ebd1a3899..1cad22dbb1a 100644
--- a/dev-python/h5py/h5py-2.7.1.ebuild
+++ b/dev-python/h5py/h5py-2.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/h5py/h5py-2.9.0.ebuild 
b/dev-python/h5py/h5py-2.9.0.ebuild
index e6f0255d486..f8a8600ad6e 100644
--- a/dev-python/h5py/h5py-2.9.0.ebuild
+++ b/dev-python/h5py/h5py-2.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 flag-o-matic
 

Reply via email to