Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-2.4.0.ebuild ChangeLog pytables-2.3.1.ebuild
Date: Thu, 28 Feb 2013 10:04:34
Message-Id: 20130228100429.E29DB2171D@flycatcher.gentoo.org
1 xarthisius 13/02/28 10:04:29
2
3 Modified: pytables-2.4.0.ebuild ChangeLog
4 Removed: pytables-2.3.1.ebuild
5 Log:
6 Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@×××××××.net>. Thanks to William Throwe <wtt6@×××××××.edu> for the patch. Drop old
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
9
10 Revision Changes Path
11 1.2 dev-python/pytables/pytables-2.4.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild?r1=1.1&r2=1.2
16
17 Index: pytables-2.4.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pytables-2.4.0.ebuild 26 Jul 2012 11:37:24 -0000 1.1
24 +++ pytables-2.4.0.ebuild 28 Feb 2013 10:04:29 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild,v 1.1 2012/07/26 11:37:24 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.4.0.ebuild,v 1.2 2013/02/28 10:04:29 xarthisius Exp $
31
32 -EAPI=4
33 +EAPI=5
34
35 PYTHON_DEPEND="2"
36 SUPPORT_PYTHON_ABIS="1"
37 @@ -23,7 +23,7 @@
38 IUSE="doc contrib examples"
39
40 RDEPEND="
41 - sci-libs/hdf5
42 + sci-libs/hdf5:=
43 >=dev-python/numpy-1.6.0
44 dev-python/numexpr
45 dev-libs/lzo:2
46
47
48
49 1.43 dev-python/pytables/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.43&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.43&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?r1=1.42&r2=1.43
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
58 retrieving revision 1.42
59 retrieving revision 1.43
60 diff -u -r1.42 -r1.43
61 --- ChangeLog 26 Jul 2012 11:37:24 -0000 1.42
62 +++ ChangeLog 28 Feb 2013 10:04:29 -0000 1.43
63 @@ -1,6 +1,11 @@
64 # ChangeLog for dev-python/pytables
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.42 2012/07/26 11:37:24 xarthisius Exp $
67 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.43 2013/02/28 10:04:29 xarthisius Exp $
69 +
70 + 28 Feb 2013; Kacper Kowalik <xarthisius@g.o> -pytables-2.3.1.ebuild,
71 + pytables-2.4.0.ebuild:
72 + Add subslot dependency on hdf5 wrt #452622 by David Mohr <bugs@×××××××.net>.
73 + Thanks to William Throwe <wtt6@×××××××.edu> for the patch. Drop old
74
75 *pytables-2.4.0 (26 Jul 2012)