Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/blaze: blaze-0.6.7.ebuild ChangeLog
Date: Fri, 28 Nov 2014 07:46:21
Message-Id: 20141128074616.C6B70B124@oystercatcher.gentoo.org
1 patrick 14/11/28 07:46:16
2
3 Modified: ChangeLog
4 Added: blaze-0.6.7.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.10 dev-python/blaze/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 25 Nov 2014 07:00:33 -0000 1.9
24 +++ ChangeLog 28 Nov 2014 07:46:16 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/blaze
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.9 2014/11/25 07:00:33 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.10 2014/11/28 07:46:16 patrick Exp $
30 +
31 +*blaze-0.6.7 (28 Nov 2014)
32 +
33 + 28 Nov 2014; Patrick Lauer <patrick@g.o> +blaze-0.6.7.ebuild:
34 + Bump
35
36 *blaze-0.6.6 (25 Nov 2014)
37
38
39
40
41 1.1 dev-python/blaze/blaze-0.6.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.6.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: blaze-0.6.7.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.7.ebuild,v 1.1 2014/11/28 07:46:16 patrick Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Next generation Python numpy"
59 HOMEPAGE="http://blaze.pydata.org/"
60 SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="BSD"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
65
66 # Currently doc build fails, reason unclear but appears it's tied to use of
67 # redhat's anaconda installer, seemingly hostile to gentoo.
68 # Leaving doc build content in case this is fixed
69 IUSE="doc examples test"
70
71 # pyspark appears an optional dep not in portage. pyskit appears to be dropped
72 # pyparsing lokks to be required still despite its absence from requirements.txt
73 PY2_USEDEP=$(python_gen_usedep python2_7)
74 RDEPEND="
75 >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
76 =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
77 >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
78 >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
79 dev-python/pyparsing[${PYTHON_USEDEP}]
80 dev-python/toolz[${PYTHON_USEDEP}]
81 dev-python/cytoolz[${PYTHON_USEDEP}]
82 dev-python/pandas[${PYTHON_USEDEP}]
83 dev-python/h5py[${PYTHON_USEDEP}]
84 dev-python/unicodecsv[${PY2_USEDEP}]
85 >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
86 dev-python/requests[${PYTHON_USEDEP}]
87 dev-python/pytest[${PYTHON_USEDEP}]
88 >=dev-python/flask-0.10.1[${PY2_USEDEP}]
89 dev-python/sqlalchemy[${PYTHON_USEDEP}]
90 dev-python/pytables[${PYTHON_USEDEP}]
91 dev-python/pymongo[${PYTHON_USEDEP}]
92 dev-python/xlrd[${PYTHON_USEDEP}]
93 dev-python/psutil[${PYTHON_USEDEP}]
94 "
95 DEPEND="
96 >=dev-python/cython-0.18[${PYTHON_USEDEP}]
97 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
98 >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
99 dev-python/toolz[${PYTHON_USEDEP}]
100 dev-python/bokeh[${PYTHON_USEDEP}] )
101 test? ( ${RDEPEND}
102 dev-python/pyyaml[${PYTHON_USEDEP}] )
103 "
104 # Currently doc build fails, reason unclear but appears it's tied to use of
105 # redhat's anaconda installer, seemingly hostile to gentoo.
106
107 python_prepare_all() {
108 # Prevent d'loading. Use this for now. Flagged for improved fix later.
109 sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
110
111 distutils-r1_python_prepare_all
112 }
113
114 #python_compile_all() {
115 # use doc && emake -C docs html
116 #}
117
118 python_test() {
119 # https://github.com/ContinuumIO/blaze/issues/791
120 cd "${BUILD_DIR}"/lib || die
121 "${PYTHON}" -c 'import blaze; blaze.test()' || die
122 }
123
124 python_install_all() {
125 # use doc && local HTML_DOCS=( docs/build/html/. )
126 use examples && local EXAMPLES=( examples/. )
127 distutils-r1_python_install_all
128 }