Codebase list emscripten / add57b1
rename patch pythonpath to 1001_python_path Jonas Smedegaard 3 years ago
3 changed file(s) with 153 addition(s) and 153 deletion(s). Raw diff Collapse all Expand all
0 --- a/emranlib.py
1 +++ b/emranlib.py
2 @@ -1,4 +1,4 @@
3 -#!/usr/bin/env python
4 +#!/usr/bin/env python3
5 # Copyright 2019 The Emscripten Authors. All rights reserved.
6 # Emscripten is available under two separate licenses, the MIT license and the
7 # University of Illinois/NCSA Open Source License. Both these licenses can be
8 --- a/system/bin/sdl-config
9 +++ b/system/bin/sdl-config
10 @@ -1,4 +1,4 @@
11 -#!/usr/bin/env python
12 +#!/usr/bin/env python3
13
14 from __future__ import print_function
15 import sys
16 --- a/system/bin/sdl2-config
17 +++ b/system/bin/sdl2-config
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env python
20 +#!/usr/bin/env python3
21
22 from __future__ import print_function
23 import sys
24 --- a/system/lib/update_compiler_rt.py
25 +++ b/system/lib/update_compiler_rt.py
26 @@ -1,4 +1,4 @@
27 -#!/usr/bin/env python
28 +#!/usr/bin/env python3
29 # Copyright 2020 The Emscripten Authors. All rights reserved.
30 # Emscripten is available under two separate licenses, the MIT license and the
31 # University of Illinois/NCSA Open Source License. Both these licenses can be
32 --- a/system/lib/update_libcxx.py
33 +++ b/system/lib/update_libcxx.py
34 @@ -1,4 +1,4 @@
35 -#!/usr/bin/env python
36 +#!/usr/bin/env python3
37 # Copyright 2019 The Emscripten Authors. All rights reserved.
38 # Emscripten is available under two separate licenses, the MIT license and the
39 # University of Illinois/NCSA Open Source License. Both these licenses can be
40 --- a/system/lib/update_libcxxabi.py
41 +++ b/system/lib/update_libcxxabi.py
42 @@ -1,4 +1,4 @@
43 -#!/usr/bin/env python
44 +#!/usr/bin/env python3
45 # Copyright 2019 The Emscripten Authors. All rights reserved.
46 # Emscripten is available under two separate licenses, the MIT license and the
47 # University of Illinois/NCSA Open Source License. Both these licenses can be
48 --- a/tests/gen_large_switchcase.py
49 +++ b/tests/gen_large_switchcase.py
50 @@ -1,4 +1,4 @@
51 -#!/usr/bin/env python
52 +#!/usr/bin/env python3
53 # Copyright 2015 The Emscripten Authors. All rights reserved.
54 # Emscripten is available under two separate licenses, the MIT license and the
55 # University of Illinois/NCSA Open Source License. Both these licenses can be
56 --- a/tests/gen_many_js_functions.py
57 +++ b/tests/gen_many_js_functions.py
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/env python3
61
62 # Copyright 2018 The Emscripten Authors. All rights reserved.
63 # Emscripten is available under two separate licenses, the MIT license and the
64 --- a/tools/create_dom_pk_codes.py
65 +++ b/tools/create_dom_pk_codes.py
66 @@ -1,4 +1,4 @@
67 -#!/usr/bin/env python
68 +#!/usr/bin/env python3
69 # coding=utf-8
70 # Copyright 2017 The Emscripten Authors. All rights reserved.
71 # Emscripten is available under two separate licenses, the MIT license and the
72 --- a/tools/ctor_evaller.py
73 +++ b/tools/ctor_evaller.py
74 @@ -1,4 +1,4 @@
75 -#!/usr/bin/env python
76 +#!/usr/bin/env python3
77 # Copyright 2016 The Emscripten Authors. All rights reserved.
78 # Emscripten is available under two separate licenses, the MIT license and the
79 # University of Illinois/NCSA Open Source License. Both these licenses can be
80 --- a/tools/emprofile.py
81 +++ b/tools/emprofile.py
82 @@ -1,4 +1,4 @@
83 -#!/usr/bin/env python
84 +#!/usr/bin/env python3
85 # Copyright 2016 The Emscripten Authors. All rights reserved.
86 # Emscripten is available under two separate licenses, the MIT license and the
87 # University of Illinois/NCSA Open Source License. Both these licenses can be
88 --- a/tools/ffdb.py
89 +++ b/tools/ffdb.py
90 @@ -1,4 +1,4 @@
91 -#!/usr/bin/env python
92 +#!/usr/bin/env python3
93 # Copyright 2014 The Emscripten Authors. All rights reserved.
94 # Emscripten is available under two separate licenses, the MIT license and the
95 # University of Illinois/NCSA Open Source License. Both these licenses can be
96 --- a/tools/file_packager.py
97 +++ b/tools/file_packager.py
98 @@ -1,4 +1,4 @@
99 -#!/usr/bin/env python
100 +#!/usr/bin/env python3
101 # Copyright 2012 The Emscripten Authors. All rights reserved.
102 # Emscripten is available under two separate licenses, the MIT license and the
103 # University of Illinois/NCSA Open Source License. Both these licenses can be
104 --- a/tools/line_endings.py
105 +++ b/tools/line_endings.py
106 @@ -1,4 +1,4 @@
107 -#!/usr/bin/env python
108 +#!/usr/bin/env python3
109 # Copyright 2014 The Emscripten Authors. All rights reserved.
110 # Emscripten is available under two separate licenses, the MIT license and the
111 # University of Illinois/NCSA Open Source License. Both these licenses can be
112 --- a/tools/scons/site_scons/site_tools/emscripten/__init__.py
113 +++ b/tools/scons/site_scons/site_tools/emscripten/__init__.py
114 @@ -1,4 +1,4 @@
115 -#!/usr/bin/env python2
116 +#!/usr/bin/env python3
117 # Copyright 2012 The Emscripten Authors. All rights reserved.
118 # Emscripten is available under two separate licenses, the MIT license and the
119 # University of Illinois/NCSA Open Source License. Both these licenses can be
120 --- a/tools/scons/site_scons/site_tools/emscripten/emscripten.py
121 +++ b/tools/scons/site_scons/site_tools/emscripten/emscripten.py
122 @@ -1,4 +1,4 @@
123 -#!/usr/bin/env python2
124 +#!/usr/bin/env python3
125 # Copyright 2012 The Emscripten Authors. All rights reserved.
126 # Emscripten is available under two separate licenses, the MIT license and the
127 # University of Illinois/NCSA Open Source License. Both these licenses can be
128 --- a/tools/simde_update.py
129 +++ b/tools/simde_update.py
130 @@ -1,4 +1,4 @@
131 -#!/usr/bin/env python
132 +#!/usr/bin/env python3
133 # Copyright 2020 The Emscripten Authors. All rights reserved.
134 # Emscripten is available under two separate licenses, the MIT license and the
135 # University of Illinois/NCSA Open Source License. Both these licenses can be
136 --- a/tests/fuzz/creduce_tester.py
137 +++ b/tests/fuzz/creduce_tester.py
138 @@ -1,4 +1,4 @@
139 -#!/usr/bin/python
140 +#!/usr/bin/python3
141 # Copyright 2013 The Emscripten Authors. All rights reserved.
142 # Emscripten is available under two separate licenses, the MIT license and the
143 # University of Illinois/NCSA Open Source License. Both these licenses can be
144 --- a/tests/fuzz/csmith_driver.py
145 +++ b/tests/fuzz/csmith_driver.py
146 @@ -1,4 +1,4 @@
147 -#!/usr/bin/python
148 +#!/usr/bin/python3
149 # Copyright 2013 The Emscripten Authors. All rights reserved.
150 # Emscripten is available under two separate licenses, the MIT license and the
151 # University of Illinois/NCSA Open Source License. Both these licenses can be
+0
-152
debian/patches/pythonpath.diff less more
0 --- a/emranlib.py
1 +++ b/emranlib.py
2 @@ -1,4 +1,4 @@
3 -#!/usr/bin/env python
4 +#!/usr/bin/env python3
5 # Copyright 2019 The Emscripten Authors. All rights reserved.
6 # Emscripten is available under two separate licenses, the MIT license and the
7 # University of Illinois/NCSA Open Source License. Both these licenses can be
8 --- a/system/bin/sdl-config
9 +++ b/system/bin/sdl-config
10 @@ -1,4 +1,4 @@
11 -#!/usr/bin/env python
12 +#!/usr/bin/env python3
13
14 from __future__ import print_function
15 import sys
16 --- a/system/bin/sdl2-config
17 +++ b/system/bin/sdl2-config
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env python
20 +#!/usr/bin/env python3
21
22 from __future__ import print_function
23 import sys
24 --- a/system/lib/update_compiler_rt.py
25 +++ b/system/lib/update_compiler_rt.py
26 @@ -1,4 +1,4 @@
27 -#!/usr/bin/env python
28 +#!/usr/bin/env python3
29 # Copyright 2020 The Emscripten Authors. All rights reserved.
30 # Emscripten is available under two separate licenses, the MIT license and the
31 # University of Illinois/NCSA Open Source License. Both these licenses can be
32 --- a/system/lib/update_libcxx.py
33 +++ b/system/lib/update_libcxx.py
34 @@ -1,4 +1,4 @@
35 -#!/usr/bin/env python
36 +#!/usr/bin/env python3
37 # Copyright 2019 The Emscripten Authors. All rights reserved.
38 # Emscripten is available under two separate licenses, the MIT license and the
39 # University of Illinois/NCSA Open Source License. Both these licenses can be
40 --- a/system/lib/update_libcxxabi.py
41 +++ b/system/lib/update_libcxxabi.py
42 @@ -1,4 +1,4 @@
43 -#!/usr/bin/env python
44 +#!/usr/bin/env python3
45 # Copyright 2019 The Emscripten Authors. All rights reserved.
46 # Emscripten is available under two separate licenses, the MIT license and the
47 # University of Illinois/NCSA Open Source License. Both these licenses can be
48 --- a/tests/gen_large_switchcase.py
49 +++ b/tests/gen_large_switchcase.py
50 @@ -1,4 +1,4 @@
51 -#!/usr/bin/env python
52 +#!/usr/bin/env python3
53 # Copyright 2015 The Emscripten Authors. All rights reserved.
54 # Emscripten is available under two separate licenses, the MIT license and the
55 # University of Illinois/NCSA Open Source License. Both these licenses can be
56 --- a/tests/gen_many_js_functions.py
57 +++ b/tests/gen_many_js_functions.py
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/env python3
61
62 # Copyright 2018 The Emscripten Authors. All rights reserved.
63 # Emscripten is available under two separate licenses, the MIT license and the
64 --- a/tools/create_dom_pk_codes.py
65 +++ b/tools/create_dom_pk_codes.py
66 @@ -1,4 +1,4 @@
67 -#!/usr/bin/env python
68 +#!/usr/bin/env python3
69 # coding=utf-8
70 # Copyright 2017 The Emscripten Authors. All rights reserved.
71 # Emscripten is available under two separate licenses, the MIT license and the
72 --- a/tools/ctor_evaller.py
73 +++ b/tools/ctor_evaller.py
74 @@ -1,4 +1,4 @@
75 -#!/usr/bin/env python
76 +#!/usr/bin/env python3
77 # Copyright 2016 The Emscripten Authors. All rights reserved.
78 # Emscripten is available under two separate licenses, the MIT license and the
79 # University of Illinois/NCSA Open Source License. Both these licenses can be
80 --- a/tools/emprofile.py
81 +++ b/tools/emprofile.py
82 @@ -1,4 +1,4 @@
83 -#!/usr/bin/env python
84 +#!/usr/bin/env python3
85 # Copyright 2016 The Emscripten Authors. All rights reserved.
86 # Emscripten is available under two separate licenses, the MIT license and the
87 # University of Illinois/NCSA Open Source License. Both these licenses can be
88 --- a/tools/ffdb.py
89 +++ b/tools/ffdb.py
90 @@ -1,4 +1,4 @@
91 -#!/usr/bin/env python
92 +#!/usr/bin/env python3
93 # Copyright 2014 The Emscripten Authors. All rights reserved.
94 # Emscripten is available under two separate licenses, the MIT license and the
95 # University of Illinois/NCSA Open Source License. Both these licenses can be
96 --- a/tools/file_packager.py
97 +++ b/tools/file_packager.py
98 @@ -1,4 +1,4 @@
99 -#!/usr/bin/env python
100 +#!/usr/bin/env python3
101 # Copyright 2012 The Emscripten Authors. All rights reserved.
102 # Emscripten is available under two separate licenses, the MIT license and the
103 # University of Illinois/NCSA Open Source License. Both these licenses can be
104 --- a/tools/line_endings.py
105 +++ b/tools/line_endings.py
106 @@ -1,4 +1,4 @@
107 -#!/usr/bin/env python
108 +#!/usr/bin/env python3
109 # Copyright 2014 The Emscripten Authors. All rights reserved.
110 # Emscripten is available under two separate licenses, the MIT license and the
111 # University of Illinois/NCSA Open Source License. Both these licenses can be
112 --- a/tools/scons/site_scons/site_tools/emscripten/__init__.py
113 +++ b/tools/scons/site_scons/site_tools/emscripten/__init__.py
114 @@ -1,4 +1,4 @@
115 -#!/usr/bin/env python2
116 +#!/usr/bin/env python3
117 # Copyright 2012 The Emscripten Authors. All rights reserved.
118 # Emscripten is available under two separate licenses, the MIT license and the
119 # University of Illinois/NCSA Open Source License. Both these licenses can be
120 --- a/tools/scons/site_scons/site_tools/emscripten/emscripten.py
121 +++ b/tools/scons/site_scons/site_tools/emscripten/emscripten.py
122 @@ -1,4 +1,4 @@
123 -#!/usr/bin/env python2
124 +#!/usr/bin/env python3
125 # Copyright 2012 The Emscripten Authors. All rights reserved.
126 # Emscripten is available under two separate licenses, the MIT license and the
127 # University of Illinois/NCSA Open Source License. Both these licenses can be
128 --- a/tools/simde_update.py
129 +++ b/tools/simde_update.py
130 @@ -1,4 +1,4 @@
131 -#!/usr/bin/env python
132 +#!/usr/bin/env python3
133 # Copyright 2020 The Emscripten Authors. All rights reserved.
134 # Emscripten is available under two separate licenses, the MIT license and the
135 # University of Illinois/NCSA Open Source License. Both these licenses can be
136 --- a/tests/fuzz/creduce_tester.py
137 +++ b/tests/fuzz/creduce_tester.py
138 @@ -1,4 +1,4 @@
139 -#!/usr/bin/python
140 +#!/usr/bin/python3
141 # Copyright 2013 The Emscripten Authors. All rights reserved.
142 # Emscripten is available under two separate licenses, the MIT license and the
143 # University of Illinois/NCSA Open Source License. Both these licenses can be
144 --- a/tests/fuzz/csmith_driver.py
145 +++ b/tests/fuzz/csmith_driver.py
146 @@ -1,4 +1,4 @@
147 -#!/usr/bin/python
148 +#!/usr/bin/python3
149 # Copyright 2013 The Emscripten Authors. All rights reserved.
150 # Emscripten is available under two separate licenses, the MIT license and the
151 # University of Illinois/NCSA Open Source License. Both these licenses can be
0 pythonpath.diff
0 1001_python3_shebang.patch
11 unusual-interpreter-fix.diff
22 2002_avoid_git.patch
33 2003_avoid_install_packaging.patch