Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h5py/
Date: Sat, 25 Jan 2020 03:53:51
Message-Id: 1579924340.6af9a79113bad9842064506b66c090c4c3fabfd9.heroxbd@gentoo
1 commit: 6af9a79113bad9842064506b66c090c4c3fabfd9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Jan 23 16:07:46 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 03:52:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af9a791
7
8 dev-python/h5py: Add py3_7 to 2.9.0
9
10 Bug: https://github.com/gentoo/gentoo/pull/14343
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 dev-python/h5py/h5py-2.9.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/h5py/h5py-2.9.0.ebuild b/dev-python/h5py/h5py-2.9.0.ebuild
19 index 05ebd1a3899..e6f0255d486 100644
20 --- a/dev-python/h5py/h5py-2.9.0.ebuild
21 +++ b/dev-python/h5py/h5py-2.9.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python2_7 python3_{6,7} )
28
29 inherit distutils-r1 flag-o-matic