Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytables: ChangeLog pytables-2.0.2.ebuild pytables-2.0.3.ebuild
Date: Sat, 28 Jun 2008 19:31:01
Message-Id: E1KCg8O-0007V2-68@stork.gentoo.org
1 pythonhead 08/06/28 19:30:56
2
3 Modified: ChangeLog pytables-2.0.2.ebuild
4 Added: pytables-2.0.3.ebuild
5 Log:
6 Version bump. Fixed depend on sci-libs/hdf5, dropped ia64 because it doesn't have hdf5 keyword
7 (Portage version: 2.1.5.6)
8
9 Revision Changes Path
10 1.26 dev-python/pytables/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 23 Feb 2008 13:21:09 -0000 1.25
23 +++ ChangeLog 28 Jun 2008 19:30:55 -0000 1.26
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/pytables
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.25 2008/02/23 13:21:09 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.26 2008/06/28 19:30:55 pythonhead Exp $
29 +
30 +*pytables-2.0.3 (28 Jun 2008)
31 +
32 + 28 Jun 2008; Rob Cakebread <pythonhead@g.o> pytables-2.0.2.ebuild,
33 + +pytables-2.0.3.ebuild:
34 + Version bump. Fixed depend on sci-libs/hdf5, dropped ia64 because it
35 + doesn't have hdf5 keyword
36
37 *pytables-2.0.2 (23 Feb 2008)
38
39
40
41
42 1.3 dev-python/pytables/pytables-2.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild?r1=1.2&r2=1.3
47
48 Index: pytables-2.0.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- pytables-2.0.2.ebuild 23 Feb 2008 20:22:58 -0000 1.2
55 +++ pytables-2.0.2.ebuild 28 Jun 2008 19:30:55 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild,v 1.2 2008/02/23 20:22:58 mr_bones_ Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.2.ebuild,v 1.3 2008/06/28 19:30:55 pythonhead Exp $
61
62 EAPI="1"
63 NEED_PYTHON="2.2"
64 @@ -8,21 +8,21 @@
65 inherit distutils multilib
66
67 DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library."
68 -SRC_URI="http://www.pytables.org/download/stable/${P}.tar.gz"
69 +SRC_URI="http://www.pytables.org/download/${P}/${P}.tar.gz"
70 HOMEPAGE="http://www.pytables.org/"
71 SLOT="0"
72 -KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
73 +KEYWORDS="~amd64 ~ppc ~x86"
74 LICENSE="BSD"
75 IUSE="doc examples"
76
77 -DEPEND="sci-libs/hdf5
78 +DEPEND=">=sci-libs/hdf5-1.6.5
79 >=dev-python/numpy-1.0.3
80 dev-libs/lzo:2
81 app-arch/bzip2"
82 RDEPEND="${DEPEND}"
83
84 src_install() {
85 - DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt VERSION"
86 + DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt"
87
88 distutils_src_install
89
90
91
92
93 1.1 dev-python/pytables/pytables-2.0.3.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/pytables-2.0.3.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytables/pytables-2.0.3.ebuild?rev=1.1&content-type=text/plain
97
98 Index: pytables-2.0.3.ebuild
99 ===================================================================
100 # Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.0.3.ebuild,v 1.1 2008/06/28 19:30:55 pythonhead Exp $
103
104 EAPI="1"
105 NEED_PYTHON="2.2"
106
107 inherit distutils multilib
108
109 DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library."
110 SRC_URI="http://www.pytables.org/download/stable/${P}.tar.gz"
111 HOMEPAGE="http://www.pytables.org/"
112 SLOT="0"
113 KEYWORDS="~amd64 ~ppc ~x86"
114 LICENSE="BSD"
115 IUSE="doc examples"
116
117 DEPEND=">=sci-libs/hdf5-1.6.5
118 >=dev-python/numpy-1.0.3
119 dev-libs/lzo:2
120 app-arch/bzip2"
121 RDEPEND="${DEPEND}"
122
123 src_install() {
124 DOCS="ANNOUNCE.txt MIGRATING_TO_2.x.txt RELEASE_NOTES.txt THANKS TODO.txt"
125
126 distutils_src_install
127
128 if use examples; then
129 insinto /usr/share/doc/${PF}
130 doins -r examples
131 fi
132
133 if use doc; then
134 cd doc
135
136 dohtml -r html/*
137
138 docinto text
139 dodoc text/*
140
141 insinto /usr/share/doc/${PF}
142 doins -r usersguide.pdf scripts/
143 fi
144 }
145
146 src_test() {
147 python_version
148 "${python}" setup.py install --root="${T}" --no-compile "$@" || die "temporary install failed"
149 PYTHONPATH="${T}/usr/$(get_libdir)/python${PYVER}/site-packages" "${python}" tables/tests/test_all.py || die "tests failed"
150 }
151
152
153
154 --
155 gentoo-commits@l.g.o mailing list