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/wsgiintercept: wsgiintercept-0.10.0.ebuild ChangeLog
Date: Tue, 28 Jul 2015 07:57:20
Message-Id: 20150728075711.EE603C3@oystercatcher.gentoo.org
1 idella4 15/07/28 07:57:11
2
3 Modified: wsgiintercept-0.10.0.ebuild ChangeLog
4 Log:
5 set removal of test folder, fixes bug #555842 by the tinderbox
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?r1=1.2&r2=1.3
15
16 Index: wsgiintercept-0.10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wsgiintercept-0.10.0.ebuild 2 Jun 2015 16:01:58 -0000 1.2
23 +++ wsgiintercept-0.10.0.ebuild 28 Jul 2015 07:57:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild,v 1.2 2015/06/02 16:01:58 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild,v 1.3 2015/07/28 07:57:11 idella4 Exp $
29
30 EAPI=5
31
32 @@ -34,6 +34,10 @@
33 # .pyc files cause failure of tests
34 rm -rf test/__pycache__/ || die
35
36 + # Req'd to avoid file collisions
37 + sed -e s":find_packages():find_packages(exclude=['test']):" \
38 + -i setup.py || die
39 +
40 # Disable tests connecting to the network; Bug #550710
41 sed -e 's:test_http_not_intercepted:_&:' \
42 -e 's:test_https_not_intercepted:_&:' \
43
44
45
46 1.19 dev-python/wsgiintercept/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.19&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.19&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?r1=1.18&r2=1.19
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
55 retrieving revision 1.18
56 retrieving revision 1.19
57 diff -u -r1.18 -r1.19
58 --- ChangeLog 7 Jun 2015 16:33:27 -0000 1.18
59 +++ ChangeLog 28 Jul 2015 07:57:11 -0000 1.19
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/wsgiintercept
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.18 2015/06/07 16:33:27 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.19 2015/07/28 07:57:11 idella4 Exp $
65 +
66 + 28 Jul 2015; Ian Delaney <idella4@g.o> wsgiintercept-0.10.0.ebuild:
67 + set removal of test folder, fixes bug #555842 by the tinderbox
68
69 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
70 Add github to remote-id in metadata.xml