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