Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@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.4.2.ebuild pytest-2.5.2.ebuild pytest-2.3.4.ebuild ChangeLog
Date: Fri, 28 Mar 2014 07:49:54
Message-Id: 20140328074945.5317120051@flycatcher.gentoo.org
1 idella4 14/03/28 07:49:45
2
3 Modified: pytest-2.3.5.ebuild pytest-2.4.2.ebuild
4 pytest-2.5.2.ebuild pytest-2.3.4.ebuild ChangeLog
5 Log:
6 Add dep sphinx for doc build, fixes Bug #493480
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.17 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.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?r1=1.16&r2=1.17
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.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- pytest-2.3.5.ebuild 22 Oct 2013 14:21:56 -0000 1.16
24 +++ pytest-2.3.5.ebuild 28 Mar 2014 07:49:45 -0000 1.17
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v 1.16 2013/10/22 14:21:56 grobian Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v 1.17 2014/03/28 07:49:45 idella4 Exp $
31
32 EAPI="5"
33
34 @@ -20,7 +20,8 @@
35 PY_VER="1.4.13"
36 RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
37 DEPEND="${RDEPEND}
38 - dev-python/setuptools[${PYTHON_USEDEP}]"
39 + dev-python/setuptools[${PYTHON_USEDEP}]
40 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
41
42 python_prepare_all() {
43 # Disable versioning of py.test script to avoid collision with
44
45
46
47 1.8 dev-python/pytest/pytest-2.4.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?r1=1.7&r2=1.8
52
53 Index: pytest-2.4.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- pytest-2.4.2.ebuild 9 Dec 2013 01:44:58 -0000 1.7
60 +++ pytest-2.4.2.ebuild 28 Mar 2014 07:49:45 -0000 1.8
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2013 Gentoo Foundation
63 +# Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.7 2013/12/09 01:44:58 floppym Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.8 2014/03/28 07:49:45 idella4 Exp $
67
68 EAPI="5"
69
70 @@ -28,7 +28,7 @@
71 dev-python/pexpect[$(python_gen_usedep python{2_6,2_7,3_2,3_3})]
72 dev-python/pyyaml[${PYTHON_USEDEP}]
73 )
74 -"
75 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
76
77 PATCHES=(
78 "${FILESDIR}/pytest-2.4.2-pexpect-3.0.patch"
79
80
81
82 1.2 dev-python/pytest/pytest-2.5.2.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild?r1=1.1&r2=1.2
87
88 Index: pytest-2.5.2.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- pytest-2.5.2.ebuild 1 Feb 2014 06:15:49 -0000 1.1
95 +++ pytest-2.5.2.ebuild 28 Mar 2014 07:49:45 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.1 2014/02/01 06:15:49 radhermit Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.5.2.ebuild,v 1.2 2014/03/28 07:49:45 idella4 Exp $
101
102 EAPI="5"
103
104 @@ -28,7 +28,7 @@
105 dev-python/pexpect[$(python_gen_usedep python{2_6,2_7,3_2,3_3})]
106 dev-python/pyyaml[${PYTHON_USEDEP}]
107 )
108 -"
109 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
110
111 python_prepare_all() {
112 # Disable versioning of py.test script to avoid collision with
113
114
115
116 1.20 dev-python/pytest/pytest-2.3.4.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.20&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.20&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.19&r2=1.20
121
122 Index: pytest-2.3.4.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
125 retrieving revision 1.19
126 retrieving revision 1.20
127 diff -u -r1.19 -r1.20
128 --- pytest-2.3.4.ebuild 5 Sep 2013 18:46:13 -0000 1.19
129 +++ pytest-2.3.4.ebuild 28 Mar 2014 07:49:45 -0000 1.20
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2013 Gentoo Foundation
132 +# Copyright 1999-2014 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.19 2013/09/05 18:46:13 mgorny Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.20 2014/03/28 07:49:45 idella4 Exp $
136
137 EAPI="5"
138
139 @@ -21,7 +21,8 @@
140 RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
141 DEPEND="${RDEPEND}
142 app-arch/unzip
143 - dev-python/setuptools[${PYTHON_USEDEP}]"
144 + dev-python/setuptools[${PYTHON_USEDEP}]
145 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
146
147 DOCS=( CHANGELOG README.txt )
148
149
150
151
152 1.87 dev-python/pytest/ChangeLog
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.87&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.87&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.86&r2=1.87
157
158 Index: ChangeLog
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
161 retrieving revision 1.86
162 retrieving revision 1.87
163 diff -u -r1.86 -r1.87
164 --- ChangeLog 1 Feb 2014 06:15:49 -0000 1.86
165 +++ ChangeLog 28 Mar 2014 07:49:45 -0000 1.87
166 @@ -1,6 +1,10 @@
167 # ChangeLog for dev-python/pytest
168 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
169 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.86 2014/02/01 06:15:49 radhermit Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.87 2014/03/28 07:49:45 idella4 Exp $
171 +
172 + 28 Mar 2014; Ian Delaney <idella4@g.o> pytest-2.3.4.ebuild,
173 + pytest-2.3.5.ebuild, pytest-2.4.2.ebuild, pytest-2.5.2.ebuild:
174 + Add dep sphinx for doc build, fixes Bug #493480
175
176 *pytest-2.5.2 (01 Feb 2014)