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/bpython: bpython-0.13.ebuild ChangeLog
Date: Fri, 04 Jul 2014 15:55:31
Message-Id: 20140704155527.1871A2004E@flycatcher.gentoo.org
1 idella4 14/07/04 15:55:27
2
3 Modified: bpython-0.13.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/bpython/bpython-0.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild?r1=1.1&r2=1.2
15
16 Index: bpython-0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bpython-0.13.ebuild 5 Jun 2014 08:35:31 -0000 1.1
23 +++ bpython-0.13.ebuild 4 Jul 2014 15:55:26 -0000 1.2
24 @@ -1,6 +1,6 @@
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/bpython/bpython-0.13.ebuild,v 1.1 2014/06/05 08:35:31 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v 1.2 2014/07/04 15:55:26 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3} )
32 @@ -29,6 +29,7 @@
33 DOCS=( AUTHORS CHANGELOG TODO sample-config sample.theme light.theme )
34
35 PATCHES=( "${FILESDIR}"/${PN}-desktop.patch )
36 +
37 # Req'd for clean build by each impl
38 DISTUTILS_IN_SOURCE_BUILD=1
39
40 @@ -56,7 +57,7 @@
41 sed -e s':test_fuzzy_global_complete:_&:' \
42 -i bpython/test/test_repl.py || die
43 fi
44 - "${PYTHON}" -m unittest discover || die "dud"
45 + "${PYTHON}" -m unittest discover ||
46 popd > /dev/null
47 }
48
49
50
51
52 1.39 dev-python/bpython/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.39&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.39&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?r1=1.38&r2=1.39
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v
61 retrieving revision 1.38
62 retrieving revision 1.39
63 diff -u -r1.38 -r1.39
64 --- ChangeLog 5 Jun 2014 08:35:31 -0000 1.38
65 +++ ChangeLog 4 Jul 2014 15:55:26 -0000 1.39
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/bpython
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.38 2014/06/05 08:35:31 idella4 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.39 2014/07/04 15:55:26 idella4 Exp $
71 +
72 + 04 Jul 2014; Ian Delaney <idella4@g.o> bpython-0.13.ebuild:
73 + tidy
74
75 *bpython-0.13 (05 Jun 2014)