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/numba: numba-0.18.2.ebuild ChangeLog numba-0.16.0.ebuild numba-0.14.0.ebuild numba-0.12.1.ebuild numba-0.13.2.ebuild numba-0.13.4.ebuild numba-0.13.3.ebuild numba-0.13.0.ebuild numba-0.12.2.ebuild numba-0.15.1.ebuild
Date: Tue, 02 Jun 2015 15:27:18
Message-Id: 20150602152712.1EB24A13@oystercatcher.gentoo.org
1 idella4 15/06/02 15:27:12
2
3 Modified: numba-0.18.2.ebuild ChangeLog
4 Removed: numba-0.16.0.ebuild numba-0.14.0.ebuild
5 numba-0.12.1.ebuild numba-0.13.2.ebuild
6 numba-0.13.4.ebuild numba-0.13.3.ebuild
7 numba-0.13.0.ebuild numba-0.12.2.ebuild
8 numba-0.15.1.ebuild
9 Log:
10 set funcsigs within RDEPEND wrt bug #550588, rm old
11
12 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
13
14 Revision Changes Path
15 1.2 dev-python/numba/numba-0.18.2.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?r1=1.1&r2=1.2
20
21 Index: numba-0.18.2.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- numba-0.18.2.ebuild 14 Apr 2015 03:14:25 -0000 1.1
28 +++ numba-0.18.2.ebuild 2 Jun 2015 15:27:12 -0000 1.2
29 @@ -1,10 +1,10 @@
30 # Copyright 1999-2015 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.1 2015/04/14 03:14:25 patrick Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.2 2015/06/02 15:27:12 idella4 Exp $
34
35 EAPI=5
36
37 -# Tests won't fail when they fail, so test phase is pointless
38 +# test phase is pointless since it errors in circa 60% of 1984 tests
39 RESTRICT="test"
40
41 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
42 @@ -25,9 +25,8 @@
43 dev-python/llvmlite[${PYTHON_USEDEP}]
44 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
45 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})
46 -"
47 -DEPEND="${RDEPEND}
48 - test? ( $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' python2_7) )"
49 + $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' python2_7)"
50 +DEPEND="test? ( ${RDEPEND} )"
51
52 python_compile() {
53 if ! python_is_python3; then
54
55
56
57 1.16 dev-python/numba/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/ChangeLog?rev=1.16&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/ChangeLog?rev=1.16&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/ChangeLog?r1=1.15&r2=1.16
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
66 retrieving revision 1.15
67 retrieving revision 1.16
68 diff -u -r1.15 -r1.16
69 --- ChangeLog 14 Apr 2015 03:14:25 -0000 1.15
70 +++ ChangeLog 2 Jun 2015 15:27:12 -0000 1.16
71 @@ -1,6 +1,12 @@
72 # ChangeLog for dev-python/numba
73 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.15 2015/04/14 03:14:25 patrick Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.16 2015/06/02 15:27:12 idella4 Exp $
76 +
77 + 02 Jun 2015; Ian Delaney <idella4@g.o> -numba-0.12.1.ebuild,
78 + -numba-0.12.2.ebuild, -numba-0.13.0.ebuild, -numba-0.13.2.ebuild,
79 + -numba-0.13.3.ebuild, -numba-0.13.4.ebuild, -numba-0.14.0.ebuild,
80 + -numba-0.15.1.ebuild, -numba-0.16.0.ebuild, numba-0.18.2.ebuild:
81 + set funcsigs within RDEPEND wrt bug #550588, rm old
82
83 *numba-0.18.2 (14 Apr 2015)