Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.6.2-r2.ebuild ChangeLog numpy-1.6.2.ebuild metadata.xml
Date: Sun, 24 Feb 2013 16:33:43
Message-Id: 20130224163340.22E412171E@flycatcher.gentoo.org
1 jlec 13/02/24 16:33:40
2
3 Modified: numpy-1.6.2-r2.ebuild ChangeLog numpy-1.6.2.ebuild
4 metadata.xml
5 Log:
6 dev-python/numpy: Backport fix for test failure (test_pareto) on 32bit systems, #447502
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.5 dev-python/numpy/numpy-1.6.2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?r1=1.4&r2=1.5
16
17 Index: numpy-1.6.2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- numpy-1.6.2-r2.ebuild 19 Feb 2013 15:34:06 -0000 1.4
24 +++ numpy-1.6.2-r2.ebuild 24 Feb 2013 16:33:39 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 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.6.2-r2.ebuild,v 1.4 2013/02/19 15:34:06 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.5 2013/02/24 16:33:39 jlec Exp $
30
31 EAPI=5
32
33 @@ -61,7 +61,9 @@
34 }
35
36 python_prepare_all() {
37 - epatch "${FILESDIR}"/${PN}-1.6.1-atlas.patch
38 + epatch \
39 + "${FILESDIR}"/${PN}-1.6.1-atlas.patch \
40 + "${FILESDIR}"/${P}-test-pareto.patch
41
42 if use lapack; then
43 append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
44
45
46
47 1.189 dev-python/numpy/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.189&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.189&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.188&r2=1.189
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
56 retrieving revision 1.188
57 retrieving revision 1.189
58 diff -u -r1.188 -r1.189
59 --- ChangeLog 19 Feb 2013 20:17:28 -0000 1.188
60 +++ ChangeLog 24 Feb 2013 16:33:39 -0000 1.189
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-python/numpy
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.188 2013/02/19 20:17:28 bicatali Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.189 2013/02/24 16:33:39 jlec Exp $
66 +
67 + 24 Feb 2013; Justin Lecher <jlec@g.o> numpy-1.6.2.ebuild,
68 + numpy-1.6.2-r2.ebuild, +files/numpy-1.6.2-test-pareto.patch, metadata.xml:
69 + Backport fix for test failure (test_pareto) on 32bit systems, #447502
70
71 *numpy-1.7.0 (19 Feb 2013)
72
73
74
75
76 1.16 dev-python/numpy/numpy-1.6.2.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?rev=1.16&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?rev=1.16&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild?r1=1.15&r2=1.16
81
82 Index: numpy-1.6.2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v
85 retrieving revision 1.15
86 retrieving revision 1.16
87 diff -u -r1.15 -r1.16
88 --- numpy-1.6.2.ebuild 19 Feb 2013 15:34:06 -0000 1.15
89 +++ numpy-1.6.2.ebuild 24 Feb 2013 16:33:39 -0000 1.16
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2013 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.15 2013/02/19 15:34:06 jlec Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.16 2013/02/24 16:33:39 jlec Exp $
95
96 EAPI=4
97
98 @@ -89,7 +89,9 @@
99 }
100
101 src_prepare() {
102 - epatch "${FILESDIR}"/${PN}-1.6.1-atlas.patch
103 + epatch \
104 + "${FILESDIR}"/${PN}-1.6.1-atlas.patch \
105 + "${FILESDIR}"/${P}-test-pareto.patch
106
107 if use lapack; then
108 append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
109
110
111
112 1.9 dev-python/numpy/metadata.xml
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/metadata.xml?rev=1.9&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/metadata.xml?rev=1.9&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/metadata.xml?r1=1.8&r2=1.9
117
118 Index: metadata.xml
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/metadata.xml,v
121 retrieving revision 1.8
122 retrieving revision 1.9
123 diff -u -r1.8 -r1.9
124 --- metadata.xml 19 Feb 2013 20:17:28 -0000 1.8
125 +++ metadata.xml 24 Feb 2013 16:33:39 -0000 1.9
126 @@ -1,9 +1,9 @@
127 <?xml version="1.0" encoding="UTF-8"?>
128 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
129 <pkgmetadata>
130 -<herd>sci</herd>
131 -<herd>python</herd>
132 -<longdescription lang="en">
133 + <herd>sci</herd>
134 + <herd>python</herd>
135 + <longdescription lang="en">
136 NumPy is a general-purpose array-processing Python package designed to
137 efficiently manipulate large multi-dimensional arrays of arbitrary
138 records without sacrificing too much speed for small multi-dimensional
139 @@ -11,7 +11,7 @@
140 basic linear algebra and random number generation.
141 It is the successor of Numeric and numarray.
142 </longdescription>
143 -<upstream>
144 - <remote-id type="pypi">numpy</remote-id>
145 -</upstream>
146 + <upstream>
147 + <remote-id type="pypi">numpy</remote-id>
148 + </upstream>
149 </pkgmetadata>