idella4     14/07/07 03:32:55

  Modified:             pytextile-2.1.8.ebuild ChangeLog
  Log:
  patch to fix broken test, update ebuild accordingly
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  app-text/pytextile/pytextile-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?r1=1.2&r2=1.3

Index: pytextile-2.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytextile-2.1.8.ebuild      31 May 2014 13:55:42 -0000      1.2
+++ pytextile-2.1.8.ebuild      7 Jul 2014 03:32:55 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.2 2014/05/31 13:55:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.3 2014/07/07 03:32:55 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -26,9 +26,9 @@
 
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=( "${FILESDIR}"/${P}-sanitizer.patch )
+
 python_prepare_all() {
-       # https://github.com/ikirudennis/python-textile/issues/6
-       sed -e 's:testSanitize:_&:' -i textile/tests/__init__.py || die
        # This resolves a nasty race condition noted and observed by Arfrever
        sed -e 's:with-id = 1::' -i setup.cfg || die
        distutils-r1_python_prepare_all



1.33                 app-text/pytextile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   31 May 2014 13:55:42 -0000      1.32
+++ ChangeLog   7 Jul 2014 03:32:55 -0000       1.33
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pytextile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.32 
2014/05/31 13:55:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.33 
2014/07/07 03:32:55 idella4 Exp $
+
+  07 Jul 2014; Ian Delaney <idel...@gentoo.org>
+  +files/pytextile-2.1.8-sanitizer.patch, pytextile-2.1.8.ebuild:
+  patch to fix broken test, update ebuild accordingly
 
   31 May 2014; Ian Delaney <idel...@gentoo.org> pytextile-2.1.8.ebuild:
   add fix to test failings noted by Arfrever, fix typo




Reply via email to