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 02:45:58
Message-Id: 20131130024549.BFEA22004E@flycatcher.gentoo.org
1 floppym 13/11/30 02:45:49
2
3 Modified: cffi-0.8.ebuild cffi-0.7.2.ebuild ChangeLog
4 Log:
5 Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser dep. Call distutils-r1_python_install_all.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cffi-0.8.ebuild 18 Nov 2013 09:10:56 -0000 1.1
23 +++ cffi-0.8.ebuild 30 Nov 2013 02:45:49 -0000 1.2
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.1 2013/11/18 09:10:56 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.2 2013/11/30 02:45:49 floppym Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
32 @@ -17,12 +17,14 @@
33 IUSE="doc test"
34
35 RDEPEND="virtual/libffi
36 - dev-python/pycparser[$(python_gen_usedep python{2_6,2_7,3_2,3_3} pypy1_9)]
37 + dev-python/pycparser[${PYTHON_USEDEP}]
38 dev-python/pytest[${PYTHON_USEDEP}]
39 dev-python/hgdistver"
40 DEPEND="$REDEPEND
41 test? ( dev-python/virtualenv )"
42
43 +RESTRICT="test"
44 +
45 python_compile_all() {
46 use doc && emake -C doc html
47 }
48 @@ -32,5 +34,6 @@
49 }
50
51 python_install_all() {
52 + distutils-r1_python_install_all
53 use doc && dohtml -r doc/build/
54 }
55
56
57
58 1.4 dev-python/cffi/cffi-0.7.2.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.4&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.4&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?r1=1.3&r2=1.4
63
64 Index: cffi-0.7.2.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
67 retrieving revision 1.3
68 retrieving revision 1.4
69 diff -u -r1.3 -r1.4
70 --- cffi-0.7.2.ebuild 29 Nov 2013 22:45:06 -0000 1.3
71 +++ cffi-0.7.2.ebuild 30 Nov 2013 02:45:49 -0000 1.4
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2013 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.3 2013/11/29 22:45:06 pacho Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.4 2013/11/30 02:45:49 floppym Exp $
77
78 EAPI="5"
79 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
80 @@ -17,12 +17,14 @@
81 IUSE="doc test"
82
83 RDEPEND="virtual/libffi
84 - dev-python/pycparser[$(python_gen_usedep python{2_6,2_7,3_2,3_3} pypy1_9)]
85 + dev-python/pycparser[${PYTHON_USEDEP}]
86 dev-python/pytest[${PYTHON_USEDEP}]
87 dev-python/hgdistver"
88 DEPEND="$REDEPEND
89 test? ( dev-python/virtualenv )"
90
91 +RESTRICT="test"
92 +
93 python_compile_all() {
94 use doc && emake -C doc html
95 }
96 @@ -32,5 +34,6 @@
97 }
98
99 python_install_all() {
100 + distutils-r1_python_install_all
101 use doc && dohtml -r doc/build/
102 }
103
104
105
106 1.16 dev-python/cffi/ChangeLog
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.16&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.16&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.15&r2=1.16
111
112 Index: ChangeLog
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
115 retrieving revision 1.15
116 retrieving revision 1.16
117 diff -u -r1.15 -r1.16
118 --- ChangeLog 29 Nov 2013 22:45:06 -0000 1.15
119 +++ ChangeLog 30 Nov 2013 02:45:49 -0000 1.16
120 @@ -1,6 +1,11 @@
121 # ChangeLog for dev-python/cffi
122 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
123 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.15 2013/11/29 22:45:06 pacho Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.16 2013/11/30 02:45:49 floppym Exp $
125 +
126 + 30 Nov 2013; Mike Gilbert <floppym@g.o> cffi-0.7.2.ebuild,
127 + cffi-0.8.ebuild:
128 + Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser
129 + dep. Call distutils-r1_python_install_all.
130
131 29 Nov 2013; Pacho Ramos <pacho@g.o> cffi-0.7.2.ebuild:
132 amd64 stable, bug #488738