Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.4.6.ebuild python-2.6.2-r1.ebuild python-2.5.4-r3.ebuild ChangeLog python-3.1.1.ebuild
Date: Sun, 30 Aug 2009 16:25:18
Message-Id: E1Mhs2P-00039P-K8@stork.gentoo.org
1 arfrever 09/08/30 21:34:13
2
3 Modified: python-2.4.6.ebuild python-2.6.2-r1.ebuild
4 python-2.5.4-r3.ebuild ChangeLog
5 python-3.1.1.ebuild
6 Log:
7 Reenable test_math.py and test_pow.py on alpha (bug #282786).
8 (Portage version: 14170-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-lang/python/python-2.4.6.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.12&r2=1.13
16
17 Index: python-2.4.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- python-2.4.6.ebuild 26 Aug 2009 14:45:50 -0000 1.12
24 +++ python-2.4.6.ebuild 30 Aug 2009 21:34:13 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.12 2009/08/26 14:45:50 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.13 2009/08/30 21:34:13 arfrever Exp $
30
31 # NOTE about python-portage interactions :
32 # - Do not add a pkg_setup() check for a certain version of portage
33 @@ -188,10 +188,6 @@
34 # (See bug #67970)
35 local skip_tests="cookielib distutils global hotshot mimetools minidom mmap posix sax strptime subprocess syntax tcl time urllib urllib2"
36
37 - # test_pow fails on alpha.
38 - # https://bugs.python.org/issue756093
39 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" pow"
40 -
41 for test in ${skip_tests}; do
42 mv "${S}"/Lib/test/test_${test}.py "${T}"
43 done
44
45
46
47 1.12 dev-lang/python/python-2.6.2-r1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?r1=1.11&r2=1.12
52
53 Index: python-2.6.2-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- python-2.6.2-r1.ebuild 28 Aug 2009 19:00:17 -0000 1.11
60 +++ python-2.6.2-r1.ebuild 30 Aug 2009 21:34:13 -0000 1.12
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.11 2009/08/28 19:00:17 armin76 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.12 2009/08/30 21:34:13 arfrever Exp $
66
67 # NOTE about python-portage interactions :
68 # - Do not add a pkg_setup() check for a certain version of portage
69 @@ -190,11 +190,6 @@
70 # (See bug #67970)
71 local skip_tests="distutils global httpservers mimetools minidom mmap posix pyexpat sax strptime subprocess syntax tcl time urllib urllib2 xml_etree"
72
73 - # test_math and test_pow fail on alpha.
74 - # https://bugs.gentoo.org/show_bug.cgi?id=282786
75 - # https://bugs.python.org/issue756093
76 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" math pow"
77 -
78 # test_ctypes fails with PAX kernel (bug #234498).
79 host-is-pax && skip_tests+=" ctypes"
80
81
82
83
84 1.15 dev-lang/python/python-2.5.4-r3.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.15&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.15&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?r1=1.14&r2=1.15
89
90 Index: python-2.5.4-r3.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v
93 retrieving revision 1.14
94 retrieving revision 1.15
95 diff -u -r1.14 -r1.15
96 --- python-2.5.4-r3.ebuild 26 Aug 2009 14:45:51 -0000 1.14
97 +++ python-2.5.4-r3.ebuild 30 Aug 2009 21:34:13 -0000 1.15
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.14 2009/08/26 14:45:51 arfrever Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.15 2009/08/30 21:34:13 arfrever Exp $
103
104 # NOTE about python-portage interactions :
105 # - Do not add a pkg_setup() check for a certain version of portage
106 @@ -191,10 +191,6 @@
107 # (See bug #67970)
108 local skip_tests="distutils global mimetools minidom mmap posix pyexpat sax strptime subprocess syntax tcl time urllib urllib2 webbrowser xml_etree"
109
110 - # test_pow fails on alpha.
111 - # https://bugs.python.org/issue756093
112 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" pow"
113 -
114 # test_ctypes fails with PAX kernel (bug #234498).
115 host-is-pax && skip_tests+=" ctypes"
116
117
118
119
120 1.409 dev-lang/python/ChangeLog
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.409&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.409&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.408&r2=1.409
125
126 Index: ChangeLog
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
129 retrieving revision 1.408
130 retrieving revision 1.409
131 diff -u -r1.408 -r1.409
132 --- ChangeLog 28 Aug 2009 19:00:17 -0000 1.408
133 +++ ChangeLog 30 Aug 2009 21:34:13 -0000 1.409
134 @@ -1,6 +1,11 @@
135 # ChangeLog for dev-lang/python
136 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.408 2009/08/28 19:00:17 armin76 Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.409 2009/08/30 21:34:13 arfrever Exp $
139 +
140 + 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
141 + python-2.4.6.ebuild, python-2.5.4-r3.ebuild, python-2.6.2-r1.ebuild,
142 + python-3.1.1.ebuild:
143 + Reenable test_math.py and test_pow.py on alpha (bug #282786).
144
145 28 Aug 2009; Raúl Porcel <armin76@g.o> python-2.6.2-r1.ebuild:
146 arm/m68k stable wrt #277645
147
148
149
150 1.6 dev-lang/python/python-3.1.1.ebuild
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?rev=1.6&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?rev=1.6&content-type=text/plain
154 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?r1=1.5&r2=1.6
155
156 Index: python-3.1.1.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v
159 retrieving revision 1.5
160 retrieving revision 1.6
161 diff -u -r1.5 -r1.6
162 --- python-3.1.1.ebuild 26 Aug 2009 14:47:42 -0000 1.5
163 +++ python-3.1.1.ebuild 30 Aug 2009 21:34:13 -0000 1.6
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2009 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v 1.5 2009/08/26 14:47:42 arfrever Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v 1.6 2009/08/30 21:34:13 arfrever Exp $
169
170 EAPI="2"
171
172 @@ -175,11 +175,6 @@
173 # socket.error: [Errno 104] Connection reset by peer
174 skip_tests+=" telnetlib"
175
176 - # test_math and test_pow fail on alpha.
177 - # https://bugs.gentoo.org/show_bug.cgi?id=282786
178 - # https://bugs.python.org/issue756093
179 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" math pow"
180 -
181 # test_ctypes fails with PAX kernel (bug #234498).
182 host-is-pax && skip_tests+=" ctypes"