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/pytest: pytest-2.3.5.ebuild pytest-2.5.2.ebuild pytest-2.4.2.ebuild pytest-2.3.4.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:32:03
Message-Id: 20140331203159.6F8BC2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:31:59
2
3 Modified: pytest-2.3.5.ebuild pytest-2.5.2.ebuild
4 pytest-2.4.2.ebuild pytest-2.3.4.ebuild ChangeLog
5 Log:
6 Add support for the new PyPy slotting.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.18 dev-python/pytest/pytest-2.3.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?r1=1.17&r2=1.18
16
17 Index: pytest-2.3.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- pytest-2.3.5.ebuild 28 Mar 2014 07:49:45 -0000 1.17
24 +++ pytest-2.3.5.ebuild 31 Mar 2014 20:31:59 -0000 1.18
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v 1.17 2014/03/28 07:49:45 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v 1.18 2014/03/31 20:31:59 mgorny Exp $
30
31 EAPI="5"
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
35 inherit distutils-r1 eutils
36
37 DESCRIPTION="py.test: simple powerful testing with Python"
38
39
40
41 1.3 dev-python/pytest/pytest-2.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?r1=1.2&r2=1.3
46
47 Index: pytest-2.5.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- pytest-2.5.2.ebuild 28 Mar 2014 07:49:45 -0000 1.2
54 +++ pytest-2.5.2.ebuild 31 Mar 2014 20:31:59 -0000 1.3
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.2 2014/03/28 07:49:45 idella4 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.3 2014/03/31 20:31:59 mgorny Exp $
60
61 EAPI="5"
62
63 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
64 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
65 inherit distutils-r1 eutils
66
67 DESCRIPTION="py.test: simple powerful testing with Python"
68
69
70
71 1.9 dev-python/pytest/pytest-2.4.2.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.9&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.9&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?r1=1.8&r2=1.9
76
77 Index: pytest-2.4.2.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v
80 retrieving revision 1.8
81 retrieving revision 1.9
82 diff -u -r1.8 -r1.9
83 --- pytest-2.4.2.ebuild 28 Mar 2014 07:49:45 -0000 1.8
84 +++ pytest-2.4.2.ebuild 31 Mar 2014 20:31:59 -0000 1.9
85 @@ -1,10 +1,10 @@
86 # Copyright 1999-2014 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.8 2014/03/28 07:49:45 idella4 Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.9 2014/03/31 20:31:59 mgorny Exp $
90
91 EAPI="5"
92
93 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
94 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
95 inherit distutils-r1 eutils
96
97 DESCRIPTION="py.test: simple powerful testing with Python"
98
99
100
101 1.21 dev-python/pytest/pytest-2.3.4.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.21&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.21&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.20&r2=1.21
106
107 Index: pytest-2.3.4.ebuild
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
110 retrieving revision 1.20
111 retrieving revision 1.21
112 diff -u -r1.20 -r1.21
113 --- pytest-2.3.4.ebuild 28 Mar 2014 07:49:45 -0000 1.20
114 +++ pytest-2.3.4.ebuild 31 Mar 2014 20:31:59 -0000 1.21
115 @@ -1,10 +1,10 @@
116 # Copyright 1999-2014 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.20 2014/03/28 07:49:45 idella4 Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.21 2014/03/31 20:31:59 mgorny Exp $
120
121 EAPI="5"
122
123 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
124 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
125 inherit distutils-r1 eutils
126
127 DESCRIPTION="py.test: simple powerful testing with Python"
128
129
130
131 1.88 dev-python/pytest/ChangeLog
132
133 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.88&view=markup
134 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.88&content-type=text/plain
135 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.87&r2=1.88
136
137 Index: ChangeLog
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
140 retrieving revision 1.87
141 retrieving revision 1.88
142 diff -u -r1.87 -r1.88
143 --- ChangeLog 28 Mar 2014 07:49:45 -0000 1.87
144 +++ ChangeLog 31 Mar 2014 20:31:59 -0000 1.88
145 @@ -1,6 +1,10 @@
146 # ChangeLog for dev-python/pytest
147 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
148 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.87 2014/03/28 07:49:45 idella4 Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.88 2014/03/31 20:31:59 mgorny Exp $
150 +
151 + 31 Mar 2014; Michał Górny <mgorny@g.o> pytest-2.3.4.ebuild,
152 + pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild:
153 + Add support for the new PyPy slotting.
154
155 28 Mar 2014; Ian Delaney <idella4@g.o> pytest-2.3.4.ebuild,
156 pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild: