Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pytextile: pytextile-2.1.8.ebuild ChangeLog
Date: Mon, 07 Jul 2014 03:33:00
Message-Id: 20140707033255.CB4342004E@flycatcher.gentoo.org
1 idella4 14/07/07 03:32:55
2
3 Modified: pytextile-2.1.8.ebuild ChangeLog
4 Log:
5 patch to fix broken test, update ebuild accordingly
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 app-text/pytextile/pytextile-2.1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?r1=1.2&r2=1.3
15
16 Index: pytextile-2.1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pytextile-2.1.8.ebuild 31 May 2014 13:55:42 -0000 1.2
23 +++ pytextile-2.1.8.ebuild 7 Jul 2014 03:32:55 -0000 1.3
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/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.2 2014/05/31 13:55:42 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.3 2014/07/07 03:32:55 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
32 @@ -26,9 +26,9 @@
33
34 S="${WORKDIR}/${MY_P}"
35
36 +PATCHES=( "${FILESDIR}"/${P}-sanitizer.patch )
37 +
38 python_prepare_all() {
39 - # https://github.com/ikirudennis/python-textile/issues/6
40 - sed -e 's:testSanitize:_&:' -i textile/tests/__init__.py || die
41 # This resolves a nasty race condition noted and observed by Arfrever
42 sed -e 's:with-id = 1::' -i setup.cfg || die
43 distutils-r1_python_prepare_all
44
45
46
47 1.33 app-text/pytextile/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.33&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.33&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?r1=1.32&r2=1.33
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v
56 retrieving revision 1.32
57 retrieving revision 1.33
58 diff -u -r1.32 -r1.33
59 --- ChangeLog 31 May 2014 13:55:42 -0000 1.32
60 +++ ChangeLog 7 Jul 2014 03:32:55 -0000 1.33
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-text/pytextile
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.32 2014/05/31 13:55:42 idella4 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.33 2014/07/07 03:32:55 idella4 Exp $
66 +
67 + 07 Jul 2014; Ian Delaney <idella4@g.o>
68 + +files/pytextile-2.1.8-sanitizer.patch, pytextile-2.1.8.ebuild:
69 + patch to fix broken test, update ebuild accordingly
70
71 31 May 2014; Ian Delaney <idella4@g.o> pytextile-2.1.8.ebuild:
72 add fix to test failings noted by Arfrever, fix typo