Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/h5py: h5py-2.2.1-r1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 01:16:30
Message-Id: 20140610011627.36CF42004E@flycatcher.gentoo.org
1 idella4 14/06/10 01:16:27
2
3 Modified: h5py-2.2.1-r1.ebuild ChangeLog
4 Log:
5 adjust version of dep hdf5, fixes Bug #512660
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/h5py/h5py-2.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: h5py-2.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- h5py-2.2.1-r1.ebuild 7 Apr 2014 02:10:24 -0000 1.1
23 +++ h5py-2.2.1-r1.ebuild 10 Jun 2014 01:16:26 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v 1.1 2014/04/07 02:10:24 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v 1.2 2014/06/10 01:16:26 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 +PYTHON_COMPAT=( python{2_7,3_2,3_3} )
34
35 inherit distutils-r1 flag-o-matic
36
37 @@ -18,7 +18,7 @@
38 IUSE="test examples mpi"
39
40 RDEPEND="
41 - sci-libs/hdf5:=
42 + <sci-libs/hdf5-1.8.13
43 dev-python/numpy[${PYTHON_USEDEP}]"
44 DEPEND="${RDEPEND}
45 dev-python/setuptools[${PYTHON_USEDEP}]
46
47
48
49 1.24 dev-python/h5py/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.24&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.24&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.23&r2=1.24
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
58 retrieving revision 1.23
59 retrieving revision 1.24
60 diff -u -r1.23 -r1.24
61 --- ChangeLog 7 Apr 2014 02:21:35 -0000 1.23
62 +++ ChangeLog 10 Jun 2014 01:16:27 -0000 1.24
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-python/h5py
65 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.23 2014/04/07 02:21:35 idella4 Exp $
67 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.24 2014/06/10 01:16:27 idella4 Exp $
69 +
70 + 10 Jun 2014; Ian Delaney <idella4@g.o> h5py-2.2.1-r1.ebuild:
71 + adjust version of dep hdf5, fixes Bug #512660
72
73 *h5py-2.2.1-r1.ebuild (07 Ap=r 2014)