Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.4.2.ebuild ChangeLog
Date: Sat, 07 Dec 2013 01:07:42
Message-Id: 20131207010736.83A3E2004B@flycatcher.gentoo.org
1 patrick 13/12/07 01:07:36
2
3 Modified: pytest-2.4.2.ebuild ChangeLog
4 Log:
5 Adapt to changes in pexpect: drop pypy2_0 support, #491404
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 dev-python/pytest/pytest-2.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild?r1=1.4&r2=1.5
15
16 Index: pytest-2.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pytest-2.4.2.ebuild 30 Nov 2013 03:50:52 -0000 1.4
23 +++ pytest-2.4.2.ebuild 7 Dec 2013 01:07:36 -0000 1.5
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.4 2013/11/30 03:50:52 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.5 2013/12/07 01:07:36 patrick Exp $
29
30 EAPI="5"
31
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
33 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 inherit distutils-r1 eutils
35
36 DESCRIPTION="py.test: simple powerful testing with Python"
37
38
39
40 1.83 dev-python/pytest/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.83&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.83&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.82&r2=1.83
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
49 retrieving revision 1.82
50 retrieving revision 1.83
51 diff -u -r1.82 -r1.83
52 --- ChangeLog 30 Nov 2013 03:50:52 -0000 1.82
53 +++ ChangeLog 7 Dec 2013 01:07:36 -0000 1.83
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-python/pytest
56 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.82 2013/11/30 03:50:52 floppym Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.83 2013/12/07 01:07:36 patrick Exp $
59 +
60 + 07 Dec 2013; Patrick Lauer <patrick@g.o> pytest-2.4.2.ebuild:
61 + Adapt to changes in pexpect: drop pypy2_0 support, #491404
62
63 30 Nov 2013; Mike Gilbert <floppym@g.o>
64 +files/pytest-2.4.2-pexpect-3.0.patch, pytest-2.4.2.ebuild: