updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / tadpole / fix-python2.patch
blob879df8ff3b776503a607182cf49591ef59ba5f8f
1 --- configure 2011-02-02 20:12:51.645130002 +0100
2 +++ configure.old 2011-02-02 20:12:00.317473334 +0100
3 @@ -16276,7 +16276,7 @@
4 if test "${with_python+set}" = set; then :
5 withval=$with_python; PYTHON="$withval/python"
6 else
7 - PYTHON="python"
8 + PYTHON="python2"
9 fi
12 --- ./scripts/dir.py.old 2011-01-07 13:50:14.000000000 +0100
13 +++ ./scripts/dir.py 2011-02-02 20:58:49.152353335 +0100
14 @@ -1,4 +1,4 @@
15 -#!/usr/bin/env python
16 +#!/usr/bin/env python2
18 import fileinput
20 --- ./scripts/csiparse2.py.old 2011-01-07 13:50:14.000000000 +0100
21 +++ ./scripts/csiparse2.py 2011-02-02 20:58:23.731736668 +0100
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/env python2
26 """
27 Generate instances for the pairwise dependency prediction task.
28 --- ./scripts/csidp.py.old 2011-01-07 13:50:14.000000000 +0100
29 +++ ./scripts/csidp.py 2011-02-02 20:58:04.274803333 +0100
30 @@ -1,4 +1,4 @@
31 -#!/usr/bin/env python
32 +#!/usr/bin/env python2
34 """
35 Constraint satisfaction inference for dependency parsing.
36 --- ./scripts/rels.py.old 2011-01-07 13:50:14.000000000 +0100
37 +++ ./scripts/rels.py 2011-02-02 20:59:26.553643333 +0100
38 @@ -1,4 +1,4 @@
39 -#!/usr/bin/env python
40 +#!/usr/bin/env python2
42 import fileinput
44 --- ./scripts/pairs.py.old 2011-01-07 13:50:14.000000000 +0100
45 +++ ./scripts/pairs.py 2011-02-02 20:59:07.406555000 +0100
46 @@ -1,4 +1,4 @@
47 -#!/usr/bin/env python
48 +#!/usr/bin/env python2
50 """
51 Generate instances for the pairwise dependency prediction task.