Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h5py/
Date: Wed, 09 Jun 2021 15:19:26
Message-Id: 1623251938.0d8ac0260709715d4d9491749801dbf6b2521099.marecki@gentoo
1 commit: 0d8ac0260709715d4d9491749801dbf6b2521099
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 14:01:13 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 15:18:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8ac026
7
8 dev-python/h5py: support python3_10
9
10 Builds, tests and installs fine.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/h5py/h5py-3.2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/h5py/h5py-3.2.1.ebuild b/dev-python/h5py/h5py-3.2.1.ebuild
18 index 8601bd5832b..a658b288acf 100644
19 --- a/dev-python/h5py/h5py-3.2.1.ebuild
20 +++ b/dev-python/h5py/h5py-3.2.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{7..10} )
27
28 inherit distutils-r1 flag-o-matic