diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:05:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:26:01 +0100 |
commit | 7292979dc0964c3e4c11430079949d479b16c88f (patch) | |
tree | 08f6ae0959b4c9a8d54fa9a8be2fd079ac812bed /dev-python/h5py | |
parent | dev-python/dynd-python: Combine both ebuilds (remove py2) (diff) | |
download | gentoo-7292979dc0964c3e4c11430079949d479b16c88f.tar.gz gentoo-7292979dc0964c3e4c11430079949d479b16c88f.tar.bz2 gentoo-7292979dc0964c3e4c11430079949d479b16c88f.zip |
dev-python/h5py: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.7.1.ebuild | 2 | ||||
-rw-r--r-- | 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 5af042c901c7..93ecc9cf6908 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 05ebd1a3899a..1cad22dbb1a2 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 e6f0255d4861..f8a8600ad6ed 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 |