Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/xia2/files: 0.3.4.0-fix-syntax.patch
Date: Tue, 28 Feb 2012 20:57:26
Message-Id: 20120228205714.04E802004B@flycatcher.gentoo.org
1 jlec 12/02/28 20:57:14
2
3 Added: 0.3.4.0-fix-syntax.patch
4 Log:
5 Version Bump
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/xia2/files/0.3.4.0-fix-syntax.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xia2/files/0.3.4.0-fix-syntax.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xia2/files/0.3.4.0-fix-syntax.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.3.4.0-fix-syntax.patch
16 ===================================================================
17 diff --git a/xia2-0.3.3.0/Applications/xia2find.py b/xia2-0.3.3.0/Applications/xia2find.py
18 index 1a3b0e2..e0b8a1e 100755
19 --- a/xia2-0.3.4.0/Applications/xia2find.py
20 +++ b/xia2-0.3.4.0/Applications/xia2find.py
21 @@ -38,7 +38,7 @@ from Schema.Sweep import SweepFactory
22 from Experts.FindImages import image2template_directory
23
24 known_image_extensions = ['img', 'mccd', 'mar2300', 'mar1200', 'mar3450',
25 - 'osc', 'cbf', 'mar2000']]
26 + 'osc', 'cbf', 'mar2000']
27 known_sweeps = { }
28
29 def is_image_name(file):
30 diff --git a/xia2core-0.3.3.0/Python/Examples/CCP4/Cad.py b/xia2core-0.3.3.0/Python/Examples/CCP4/Cad.py
31 index 88f9218..5fb6f2a 100644
32 --- a/xia2core-0.3.4.0/Python/Examples/CCP4/Cad.py
33 +++ b/xia2core-0.3.4.0/Python/Examples/CCP4/Cad.py
34 @@ -49,8 +49,8 @@ def Cad(DriverType = None):
35 self.add_command_line(hklin)
36
37 self.set_task('Rewriting reflections %s => %s' %
38 - ` (os.path.split(hklin)[-1],
39 - ` os.path.split(self.getHklout())[-1]))
40 + (os.path.split(hklin)[-1],
41 + os.path.split(self.getHklout())[-1]))
42
43 self.start()