wok diff python-cheetah/receipt @ rev 17224

Up tazwikiss yaff tazdev tazchroot slitaz-mercurial-style qemu-box mirror-tools (2.1.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 15:56:22 2014 +0200 (2014-10-15)
parents fd4f1e692109
children 16df76e1fc6a
line diff
     1.1 --- a/python-cheetah/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-cheetah/receipt	Wed Oct 15 15:56:22 2014 +0200
     1.3 @@ -19,6 +19,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/sys.version_info/&[:]/' cheetah/Template.py
     1.8 +	sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' cheetah/Tests/SyntaxAndOutput.py
     1.9  	python setup.py install --root=$DESTDIR
    1.10  }
    1.11