Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.5.1.ebuild numpy-1.6.0.ebuild numpy-1.6.1.ebuild numpy-1.6.2.ebuild ChangeLog
Date: Tue, 02 Oct 2012 01:29:48
Message-Id: 20121002012939.24DDA21600@flycatcher.gentoo.org
1 floppym 12/10/02 01:29:38
2
3 Modified: numpy-1.5.1.ebuild numpy-1.6.0.ebuild
4 numpy-1.6.1.ebuild numpy-1.6.2.ebuild ChangeLog
5 Log:
6 Restrict python 3.3 based on testing by Arfrever. This can be reversed in numpy 1.7.
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 dev-python/numpy/numpy-1.5.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild?r1=1.20&r2=1.21
16
17 Index: numpy-1.5.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- numpy-1.5.1.ebuild 4 May 2012 15:12:15 -0000 1.20
24 +++ numpy-1.5.1.ebuild 2 Oct 2012 01:29:38 -0000 1.21
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.20 2012/05/04 15:12:15 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.21 2012/10/02 01:29:38 floppym Exp $
30
31 EAPI=3
32
33 -PYTHON_DEPEND="*"
34 +PYTHON_DEPEND="*::3.2"
35 SUPPORT_PYTHON_ABIS="1"
36 -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
37 +RESTRICT_PYTHON_ABIS="3.3 *-jython 2.7-pypy-*"
38
39 inherit distutils eutils fortran-2 flag-o-matic toolchain-funcs versionator
40
41
42
43
44 1.14 dev-python/numpy/numpy-1.6.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild?r1=1.13&r2=1.14
49
50 Index: numpy-1.6.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- numpy-1.6.0.ebuild 4 May 2012 15:12:15 -0000 1.13
57 +++ numpy-1.6.0.ebuild 2 Oct 2012 01:29:38 -0000 1.14
58 @@ -1,12 +1,12 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild,v 1.13 2012/05/04 15:12:15 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild,v 1.14 2012/10/02 01:29:38 floppym Exp $
63
64 EAPI=3
65
66 -PYTHON_DEPEND="*"
67 +PYTHON_DEPEND="*::3.2"
68 SUPPORT_PYTHON_ABIS="1"
69 -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
70 +RESTRICT_PYTHON_ABIS="3.3 *-jython 2.7-pypy-*"
71
72 inherit distutils flag-o-matic fortran-2 toolchain-funcs versionator
73
74
75
76
77 1.5 dev-python/numpy/numpy-1.6.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild?rev=1.5&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild?rev=1.5&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild?r1=1.4&r2=1.5
82
83 Index: numpy-1.6.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild,v
86 retrieving revision 1.4
87 retrieving revision 1.5
88 diff -u -r1.4 -r1.5
89 --- numpy-1.6.1.ebuild 4 May 2012 15:12:15 -0000 1.4
90 +++ numpy-1.6.1.ebuild 2 Oct 2012 01:29:38 -0000 1.5
91 @@ -1,12 +1,12 @@
92 # Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild,v 1.4 2012/05/04 15:12:15 patrick Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1.ebuild,v 1.5 2012/10/02 01:29:38 floppym Exp $
96
97 EAPI=3
98
99 -PYTHON_DEPEND="*"
100 +PYTHON_DEPEND="*::3.2"
101 SUPPORT_PYTHON_ABIS="1"
102 -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
103 +RESTRICT_PYTHON_ABIS="3.3 *-jython 2.7-pypy-*"
104
105 inherit distutils flag-o-matic fortran-2 toolchain-funcs versionator
106
107
108
109
110 1.4 dev-python/numpy/numpy-1.6.2.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?rev=1.4&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?rev=1.4&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?r1=1.3&r2=1.4
115
116 Index: numpy-1.6.2.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v
119 retrieving revision 1.3
120 retrieving revision 1.4
121 diff -u -r1.3 -r1.4
122 --- numpy-1.6.2.ebuild 28 Jun 2012 21:59:22 -0000 1.3
123 +++ numpy-1.6.2.ebuild 2 Oct 2012 01:29:38 -0000 1.4
124 @@ -1,12 +1,12 @@
125 # Copyright 1999-2012 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.3 2012/06/28 21:59:22 floppym Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.4 2012/10/02 01:29:38 floppym Exp $
129
130 EAPI=4
131
132 -PYTHON_DEPEND="*"
133 +PYTHON_DEPEND="*::3.2"
134 SUPPORT_PYTHON_ABIS="1"
135 -RESTRICT_PYTHON_ABIS="*-jython *-pypy-*"
136 +RESTRICT_PYTHON_ABIS="3.3 *-jython *-pypy-*"
137
138 inherit distutils eutils flag-o-matic fortran-2 toolchain-funcs versionator
139
140
141
142
143 1.169 dev-python/numpy/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.169&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.169&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.168&r2=1.169
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
152 retrieving revision 1.168
153 retrieving revision 1.169
154 diff -u -r1.168 -r1.169
155 --- ChangeLog 29 Jul 2012 18:05:48 -0000 1.168
156 +++ ChangeLog 2 Oct 2012 01:29:38 -0000 1.169
157 @@ -1,6 +1,11 @@
158 # ChangeLog for dev-python/numpy
159 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.168 2012/07/29 18:05:48 armin76 Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.169 2012/10/02 01:29:38 floppym Exp $
162 +
163 + 02 Oct 2012; Mike Gilbert <floppym@g.o> numpy-1.5.1.ebuild,
164 + numpy-1.6.0.ebuild, numpy-1.6.1.ebuild, numpy-1.6.2.ebuild:
165 + Restrict python 3.3 based on testing by Arfrever. This can be reversed in
166 + numpy 1.7.
167
168 29 Jul 2012; Raúl Porcel <armin76@g.o> numpy-1.6.1-r1.ebuild:
169 alpha/ia64/s390/sh/sparc stable wrt #418419