Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
Date: Sat, 30 Nov 2013 04:04:55
Message-Id: 20131130040446.E39CA2004B@flycatcher.gentoo.org
1 floppym 13/11/30 04:04:46
2
3 Modified: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
4 Log:
5 Skip test_integration.py to avoid bugs 486736 and 489870.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.3 dev-python/cffi/cffi-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?r1=1.2&r2=1.3
15
16 Index: cffi-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cffi-0.8.ebuild 30 Nov 2013 02:45:49 -0000 1.2
23 +++ cffi-0.8.ebuild 30 Nov 2013 04:04:46 -0000 1.3
24 @@ -1,6 +1,6 @@
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/cffi/cffi-0.8.ebuild,v 1.2 2013/11/30 02:45:49 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.3 2013/11/30 04:04:46 floppym Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
32 @@ -23,14 +23,12 @@
33 DEPEND="$REDEPEND
34 test? ( dev-python/virtualenv )"
35
36 -RESTRICT="test"
37 -
38 python_compile_all() {
39 use doc && emake -C doc html
40 }
41
42 python_test() {
43 - py.test c/ testing/ -x -v
44 + py.test -x -v --ignore testing/test_zintegration.py c/ testing/
45 }
46
47 python_install_all() {
48
49
50
51 1.5 dev-python/cffi/cffi-0.7.2.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.5&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.5&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?r1=1.4&r2=1.5
56
57 Index: cffi-0.7.2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
60 retrieving revision 1.4
61 retrieving revision 1.5
62 diff -u -r1.4 -r1.5
63 --- cffi-0.7.2.ebuild 30 Nov 2013 02:45:49 -0000 1.4
64 +++ cffi-0.7.2.ebuild 30 Nov 2013 04:04:46 -0000 1.5
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.4 2013/11/30 02:45:49 floppym Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.5 2013/11/30 04:04:46 floppym Exp $
70
71 EAPI="5"
72 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
73 @@ -23,14 +23,12 @@
74 DEPEND="$REDEPEND
75 test? ( dev-python/virtualenv )"
76
77 -RESTRICT="test"
78 -
79 python_compile_all() {
80 use doc && emake -C doc html
81 }
82
83 python_test() {
84 - py.test c/ testing/ -x -v
85 + py.test -x -v --ignore testing/test_zintegration.py c/ testing/
86 }
87
88 python_install_all() {
89
90
91
92 1.17 dev-python/cffi/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.17&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.17&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.16&r2=1.17
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
101 retrieving revision 1.16
102 retrieving revision 1.17
103 diff -u -r1.16 -r1.17
104 --- ChangeLog 30 Nov 2013 02:45:49 -0000 1.16
105 +++ ChangeLog 30 Nov 2013 04:04:46 -0000 1.17
106 @@ -1,6 +1,10 @@
107 # ChangeLog for dev-python/cffi
108 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.16 2013/11/30 02:45:49 floppym Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.17 2013/11/30 04:04:46 floppym Exp $
111 +
112 + 30 Nov 2013; Mike Gilbert <floppym@g.o> cffi-0.7.2.ebuild,
113 + cffi-0.8.ebuild:
114 + Skip test_integration.py to avoid bugs 486736 and 489870.
115
116 30 Nov 2013; Mike Gilbert <floppym@g.o> cffi-0.7.2.ebuild,
117 cffi-0.8.ebuild: