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/blaze: blaze-0.6.5.ebuild blaze-0.6.0.ebuild ChangeLog
Date: Wed, 29 Oct 2014 08:45:05
Message-Id: 20141029084459.7B3368FCF@oystercatcher.gentoo.org
1 idella4 14/10/29 08:44:59
2
3 Modified: blaze-0.6.0.ebuild ChangeLog
4 Added: blaze-0.6.5.ebuild
5 Log:
6 bump; update deps, currently doc build also fails and my need purging, tidy test & install phase, pmasked until dynd-python and the libs are bumped to 0.6.5 and a plan decided for the doc build
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/blaze/blaze-0.6.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild?r1=1.1&r2=1.2
16
17 Index: blaze-0.6.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- blaze-0.6.0.ebuild 2 Sep 2014 04:13:07 -0000 1.1
24 +++ blaze-0.6.0.ebuild 29 Oct 2014 08:44:59 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild,v 1.1 2014/09/02 04:13:07 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild,v 1.2 2014/10/29 08:44:59 idella4 Exp $
30
31 EAPI=5
32
33 @@ -49,7 +49,7 @@
34
35 python_test() {
36 cd "${BUILD_DIR}"/lib || die
37 - ${PYTHON} -c 'import blaze; blaze.test()' || die
38 + "${PYTHON}" -c 'import blaze; blaze.test()' || die
39 }
40
41 python_install_all() {
42
43
44
45 1.7 dev-python/blaze/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 2 Sep 2014 04:13:07 -0000 1.6
58 +++ ChangeLog 29 Oct 2014 08:44:59 -0000 1.7
59 @@ -1,6 +1,14 @@
60 # ChangeLog for dev-python/blaze
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.6 2014/09/02 04:13:07 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.7 2014/10/29 08:44:59 idella4 Exp $
64 +
65 +*blaze-0.6.5 (29 Oct 2014)
66 +
67 + 29 Oct 2014; Ian Delaney <idella4@g.o> +blaze-0.6.5.ebuild,
68 + blaze-0.6.0.ebuild:
69 + bump; update deps, currently doc build also fails and my need purging, tidy
70 + test & install phase, pmasked until dynd-python and the libs are bumped to
71 + 0.6.5 and a plan decided for the doc build
72
73 *blaze-0.6.0 (02 Sep 2014)
74
75
76
77
78 1.1 dev-python/blaze/blaze-0.6.5.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.5.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.5.ebuild?rev=1.1&content-type=text/plain
82
83 Index: blaze-0.6.5.ebuild
84 ===================================================================
85 # Copyright 1999-2014 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.5.ebuild,v 1.1 2014/10/29 08:44:59 idella4 Exp $
88
89 EAPI=5
90
91 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
92
93 inherit distutils-r1
94
95 DESCRIPTION="Next generation Python numpy"
96 HOMEPAGE="http://blaze.pydata.org/"
97 SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
98
99 LICENSE="BSD"
100 SLOT="0"
101 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
102
103 # Currently doc build fails, reason unclear but appears it's tied to use of
104 # redhat's anaconda installer, seemingly hostile to gentoo.
105 # Leaving doc build content in case this is fixed
106 IUSE="doc examples test"
107
108 # pyspark appears an optional dep not in portage. pyskit appears to be dropped
109 # pyparsing lokks to be required still despite its absence from requirements.txt
110 PY2_USEDEP=$(python_gen_usedep python2_7)
111 RDEPEND="
112 >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
113 ~dev-python/datashape-0.4.0[${PYTHON_USEDEP}]
114 >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
115 >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
116 dev-python/pyparsing[${PYTHON_USEDEP}]
117 dev-python/toolz[${PYTHON_USEDEP}]
118 dev-python/cytoolz[${PYTHON_USEDEP}]
119 dev-python/pandas[${PYTHON_USEDEP}]
120 dev-python/h5py[${PYTHON_USEDEP}]
121 dev-python/unicodecsv[${PY2_USEDEP}]
122 >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
123 dev-python/requests[${PYTHON_USEDEP}]
124 dev-python/pytest[${PYTHON_USEDEP}]
125 >=dev-python/flask-0.10.1[${PY2_USEDEP}]
126 dev-python/sqlalchemy[${PYTHON_USEDEP}]
127 dev-python/pytables[${PYTHON_USEDEP}]
128 dev-python/pymongo[${PYTHON_USEDEP}]
129 dev-python/xlrd[${PYTHON_USEDEP}]
130 "
131 DEPEND="
132 >=dev-python/cython-0.18[${PYTHON_USEDEP}]
133 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
134 >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
135 dev-python/toolz[${PYTHON_USEDEP}]
136 dev-python/bokeh[${PYTHON_USEDEP}] )
137 test? ( ${RDEPEND}
138 dev-python/pyyaml[${PYTHON_USEDEP}] )
139 "
140 # Currently doc build fails, reason unclear but appears it's tied to use of
141 # redhat's anaconda installer, seemingly hostile to gentoo.
142
143 python_prepare_all() {
144 # Prevent d'loading. Use this for now. Flagged for improved fix later.
145 sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
146
147 distutils-r1_python_prepare_all
148 }
149
150 #python_compile_all() {
151 # use doc && emake -C docs html
152 #}
153
154 python_test() {
155 # https://github.com/ContinuumIO/blaze/issues/791
156 cd "${BUILD_DIR}"/lib || die
157 "${PYTHON}" -c 'import blaze; blaze.test()' || die
158 }
159
160 python_install_all() {
161 # use doc && local HTML_DOCS=( docs/build/html/. )
162 use examples && local EXAMPLES=( examples/. )
163 distutils-r1_python_install_all
164 }