Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nose: nose-1.1.2-r1.ebuild nose-1.3.0.ebuild nose-1.2.1_p2012.ebuild nose-1.2.1.ebuild nose-9999.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:19:22
Message-Id: 20140331211917.525F32005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:19:17
2
3 Modified: nose-1.1.2-r1.ebuild nose-1.3.0.ebuild
4 nose-1.2.1_p2012.ebuild nose-1.2.1.ebuild
5 nose-9999.ebuild ChangeLog
6 Log:
7 Add support for the new PyPy slotting.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.18 dev-python/nose/nose-1.1.2-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild?rev=1.18&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild?rev=1.18&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild?r1=1.17&r2=1.18
17
18 Index: nose-1.1.2-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v
21 retrieving revision 1.17
22 retrieving revision 1.18
23 diff -u -r1.17 -r1.18
24 --- nose-1.1.2-r1.ebuild 5 Sep 2013 18:46:18 -0000 1.17
25 +++ nose-1.1.2-r1.ebuild 31 Mar 2014 21:19:17 -0000 1.18
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.17 2013/09/05 18:46:18 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2-r1.ebuild,v 1.18 2014/03/31 21:19:17 mgorny Exp $
32
33 EAPI=5
34
35 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
37 inherit distutils-r1 eutils
38
39 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
40
41
42
43 1.19 dev-python/nose/nose-1.3.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild?r1=1.18&r2=1.19
48
49 Index: nose-1.3.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- nose-1.3.0.ebuild 18 Jan 2014 12:19:20 -0000 1.18
56 +++ nose-1.3.0.ebuild 31 Mar 2014 21:19:17 -0000 1.19
57 @@ -1,10 +1,10 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.18 2014/01/18 12:19:20 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.19 2014/03/31 21:19:17 mgorny Exp $
62
63 EAPI=5
64
65 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
66 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
67 inherit distutils-r1 eutils
68
69 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
70
71
72
73 1.6 dev-python/nose/nose-1.2.1_p2012.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild?r1=1.5&r2=1.6
78
79 Index: nose-1.2.1_p2012.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- nose-1.2.1_p2012.ebuild 5 Sep 2013 18:46:18 -0000 1.5
86 +++ nose-1.2.1_p2012.ebuild 31 Mar 2014 21:19:17 -0000 1.6
87 @@ -1,10 +1,10 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild,v 1.5 2013/09/05 18:46:18 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1_p2012.ebuild,v 1.6 2014/03/31 21:19:17 mgorny Exp $
93
94 EAPI=5
95
96 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
97 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
98 inherit distutils-r1 eutils vcs-snapshot
99
100 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
101
102
103
104 1.7 dev-python/nose/nose-1.2.1.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild?rev=1.7&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild?rev=1.7&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild?r1=1.6&r2=1.7
109
110 Index: nose-1.2.1.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v
113 retrieving revision 1.6
114 retrieving revision 1.7
115 diff -u -r1.6 -r1.7
116 --- nose-1.2.1.ebuild 5 Sep 2013 18:46:18 -0000 1.6
117 +++ nose-1.2.1.ebuild 31 Mar 2014 21:19:17 -0000 1.7
118 @@ -1,10 +1,10 @@
119 -# Copyright 1999-2013 Gentoo Foundation
120 +# Copyright 1999-2014 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v 1.6 2013/09/05 18:46:18 mgorny Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.2.1.ebuild,v 1.7 2014/03/31 21:19:17 mgorny Exp $
124
125 EAPI=5
126
127 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
128 +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
129 inherit distutils-r1 eutils
130
131 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
132
133
134
135 1.8 dev-python/nose/nose-9999.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-9999.ebuild?rev=1.8&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-9999.ebuild?rev=1.8&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-9999.ebuild?r1=1.7&r2=1.8
140
141 Index: nose-9999.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-9999.ebuild,v
144 retrieving revision 1.7
145 retrieving revision 1.8
146 diff -u -r1.7 -r1.8
147 --- nose-9999.ebuild 18 Jan 2014 12:19:20 -0000 1.7
148 +++ nose-9999.ebuild 31 Mar 2014 21:19:17 -0000 1.8
149 @@ -1,6 +1,6 @@
150 # Copyright 1999-2014 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-9999.ebuild,v 1.7 2014/01/18 12:19:20 vapier Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-9999.ebuild,v 1.8 2014/03/31 21:19:17 mgorny Exp $
154
155 EAPI=5
156
157 @@ -10,7 +10,7 @@
158 inherit git-2
159 #endif
160
161 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
162 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
163 inherit distutils-r1 eutils
164
165 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
166
167
168
169 1.122 dev-python/nose/ChangeLog
170
171 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.122&view=markup
172 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.122&content-type=text/plain
173 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?r1=1.121&r2=1.122
174
175 Index: ChangeLog
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v
178 retrieving revision 1.121
179 retrieving revision 1.122
180 diff -u -r1.121 -r1.122
181 --- ChangeLog 18 Jan 2014 12:19:20 -0000 1.121
182 +++ ChangeLog 31 Mar 2014 21:19:17 -0000 1.122
183 @@ -1,6 +1,11 @@
184 # ChangeLog for dev-python/nose
185 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
186 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.121 2014/01/18 12:19:20 vapier Exp $
187 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.122 2014/03/31 21:19:17 mgorny Exp $
188 +
189 + 31 Mar 2014; Michał Górny <mgorny@g.o> nose-1.1.2-r1.ebuild,
190 + nose-1.2.1.ebuild, nose-1.2.1_p2012.ebuild, nose-1.3.0.ebuild,
191 + nose-9999.ebuild:
192 + Add support for the new PyPy slotting.
193
194 18 Jan 2014; Mike Frysinger <vapier@g.o> nose-1.3.0.ebuild,
195 nose-9999.ebuild: