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/testify: testify-0.2.8.ebuild ChangeLog
Date: Thu, 29 Nov 2012 15:53:21
Message-Id: 20121129155305.A5EA620C65@flycatcher.gentoo.org
1 idella4 12/11/29 15:53:05
2
3 Modified: testify-0.2.8.ebuild ChangeLog
4 Log:
5 Removal of rogue test, fixes bug #438032
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/testify/testify-0.2.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?r1=1.2&r2=1.3
15
16 Index: testify-0.2.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- testify-0.2.8.ebuild 12 Nov 2012 16:22:17 -0000 1.2
23 +++ testify-0.2.8.ebuild 29 Nov 2012 15:53:05 -0000 1.3
24 @@ -1,11 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.2 2012/11/12 16:22:17 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.3 2012/11/29 15:53:05 idella4 Exp $
29
30 EAPI=4
31
32 SUPPORT_PYTHON_ABIS=1
33 -# TODO: verify 2.5
34 RESTRICT_PYTHON_ABIS="2.5 3.*"
35 PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*"
36 inherit eutils distutils vcs-snapshot
37 @@ -30,12 +29,13 @@
38
39 src_prepare() {
40 distutils_src_prepare
41 - epatch "${FILESDIR}"/${PN}-0.2.6-tests.patch
42 + # Rm rogue test, Bug #438032
43 + rm -f test/plugins//http_reporter_test.py
44 }
45
46 src_test() {
47 testing() {
48 - PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
49 + PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
50 }
51 python_execute_function testing
52 }
53
54
55
56 1.6 dev-python/testify/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.6&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.6&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?r1=1.5&r2=1.6
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
65 retrieving revision 1.5
66 retrieving revision 1.6
67 diff -u -r1.5 -r1.6
68 --- ChangeLog 12 Nov 2012 16:22:17 -0000 1.5
69 +++ ChangeLog 29 Nov 2012 15:53:05 -0000 1.6
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-python/testify
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.5 2012/11/12 16:22:17 idella4 Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.6 2012/11/29 15:53:05 idella4 Exp $
75 +
76 + 30 Nov 2012; Ian Delaney <idella4@g.o> testify-0.2.8.ebuild:
77 + Removal of rogue test, fixes bug #438032
78
79 13 Nov 2012; Ian Delaney <idella4@g.o> files/testify-0.2.6-tests.patch,
80 testify-0.2.8.ebuild: