Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/blaze: blaze-0.8.0.ebuild ChangeLog
Date: Sun, 28 Jun 2015 17:57:03
Message-Id: 20150628175652.3315D739@oystercatcher.gentoo.org
1 monsieurp 15/06/28 17:56:52
2
3 Modified: blaze-0.8.0.ebuild ChangeLog
4 Log:
5 Update numba dependency to satisfy dependencies resolution and get the tree back to a normal state.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.2 dev-python/blaze/blaze-0.8.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.8.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.8.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.8.0.ebuild?r1=1.1&r2=1.2
16
17 Index: blaze-0.8.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.8.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- blaze-0.8.0.ebuild 6 Jun 2015 10:53:40 -0000 1.1
24 +++ blaze-0.8.0.ebuild 28 Jun 2015 17:56:52 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 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.8.0.ebuild,v 1.1 2015/06/06 10:53:40 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.8.0.ebuild,v 1.2 2015/06/28 17:56:52 monsieurp Exp $
30
31 EAPI=5
32
33 @@ -47,7 +47,7 @@
34 dev-python/psutil[${PYTHON_USEDEP}]
35 dev-python/into[${PYTHON_USEDEP}]
36 dev-python/networkx[${PYTHON_USEDEP}]
37 - <dev-python/numba-0.18.2[${PYTHON_USEDEP}]
38 + >=dev-python/numba-0.18.2[${PYTHON_USEDEP}]
39 dev-python/bcolz[${PYTHON_USEDEP}]
40 >=dev-python/odo-0.3.1[${PYTHON_USEDEP}]"
41 DEPEND="
42
43
44
45 1.22 dev-python/blaze/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.22&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.22&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?r1=1.21&r2=1.22
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v
54 retrieving revision 1.21
55 retrieving revision 1.22
56 diff -u -r1.21 -r1.22
57 --- ChangeLog 7 Jun 2015 14:03:56 -0000 1.21
58 +++ ChangeLog 28 Jun 2015 17:56:52 -0000 1.22
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-python/blaze
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.21 2015/06/07 14:03:56 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.22 2015/06/28 17:56:52 monsieurp Exp $
64 +
65 + 28 Jun 2015; Patrice Clement <monsieurp@g.o> blaze-0.8.0.ebuild:
66 + Update numba dependency to satisfy dependencies resolution and get the tree
67 + back to a normal state.
68
69 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
70 Add github to remote-id in metadata.xml