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/libvirt-python: libvirt-python-1.2.10.ebuild ChangeLog
Date: Sun, 30 Nov 2014 13:02:30
Message-Id: 20141130130219.67234B38A@oystercatcher.gentoo.org
1 idella4 14/11/30 13:02:19
2
3 Modified: libvirt-python-1.2.10.ebuild ChangeLog
4 Log:
5 drop py3.2 add py3.4 support, correct deps, restrict test phase, fix qa issue
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/libvirt-python/libvirt-python-1.2.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?r1=1.2&r2=1.3
15
16 Index: libvirt-python-1.2.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libvirt-python-1.2.10.ebuild 17 Nov 2014 20:12:56 -0000 1.2
23 +++ libvirt-python-1.2.10.ebuild 30 Nov 2014 13:02:19 -0000 1.3
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v 1.2 2014/11/17 20:12:56 tamiko Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v 1.3 2014/11/30 13:02:19 idella4 Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 AUTOTOOLIZE=yes
36
37 @@ -32,8 +32,27 @@
38 RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]"
39 DEPEND="${RDEPEND}
40 virtual/pkgconfig
41 - test? ( dev-python/lxml )"
42 + test? ( dev-python/lxml[${PYTHON_USEDEP}]
43 + dev-python/nose[${PYTHON_USEDEP}] )"
44 +
45 +# testsuite currently does nothing
46 +RESTRICT="test"
47 +
48 +python_compile() {
49 + if ! python_is_python3; then
50 + local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
51 + fi
52 + distutils-r1_python_compile
53 +}
54
55 python_test() {
56 - esetup.py test
57 + "${PYTHON}" ./sanitytest.py || die
58 +# esetup.py test
59 +}
60 +
61 +python_install() {
62 + if ! python_is_python3; then
63 + local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
64 + fi
65 + distutils-r1_python_install
66 }
67
68
69
70 1.22 dev-python/libvirt-python/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.22&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.22&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?r1=1.21&r2=1.22
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
79 retrieving revision 1.21
80 retrieving revision 1.22
81 diff -u -r1.21 -r1.22
82 --- ChangeLog 17 Nov 2014 20:12:56 -0000 1.21
83 +++ ChangeLog 30 Nov 2014 13:02:19 -0000 1.22
84 @@ -1,6 +1,9 @@
85 # ChangeLog for dev-python/libvirt-python
86 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.21 2014/11/17 20:12:56 tamiko Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.22 2014/11/30 13:02:19 idella4 Exp $
89 +
90 + 30 Nov 2014; Ian Delaney <idella4@g.o> libvirt-python-1.2.10.ebuild:
91 + drop py3.2 add py3.4 support, correct deps, restrict test phase, fix qa issue
92
93 17 Nov 2014; Matthias Maier <tamiko@g.o> libvirt-python-1.2.10.ebuild,
94 libvirt-python-9999.ebuild: