File: python3-only.patch

package info (click to toggle)
deal.ii 9.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 325,512 kB
  • sloc: cpp: 440,899; ansic: 77,337; python: 3,307; perl: 1,041; sh: 1,022; xml: 252; makefile: 93; javascript: 14
file content (60 lines) | stat: -rw-r--r-- 2,225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Index: deal.ii/contrib/utilities/check_encoding.py
===================================================================
--- deal.ii.orig/contrib/utilities/check_encoding.py
+++ deal.ii/contrib/utilities/check_encoding.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 ## ------------------------------------------------------------------------
 ##
 ## SPDX-License-Identifier: LGPL-2.1-or-later
Index: deal.ii/contrib/utilities/checkdoxygen.py
===================================================================
--- deal.ii.orig/contrib/utilities/checkdoxygen.py
+++ deal.ii/contrib/utilities/checkdoxygen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 
 # run this script on all headers of deal.II to check various doxygen related problems
 
Index: deal.ii/contrib/utilities/indent.py
===================================================================
--- deal.ii.orig/contrib/utilities/indent.py
+++ deal.ii/contrib/utilities/indent.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ## ------------------------------------------------------------------------
 ##
Index: deal.ii/contrib/utilities/parse_ctest_output.py
===================================================================
--- deal.ii.orig/contrib/utilities/parse_ctest_output.py
+++ deal.ii/contrib/utilities/parse_ctest_output.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 
 ## ------------------------------------------------------------------------
 ##
Index: deal.ii/contrib/utilities/relocate_libraries.py
===================================================================
--- deal.ii.orig/contrib/utilities/relocate_libraries.py
+++ deal.ii/contrib/utilities/relocate_libraries.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ## ------------------------------------------------------------------------
 ##
Index: deal.ii/contrib/utilities/wrapcomments.py
===================================================================
--- deal.ii.orig/contrib/utilities/wrapcomments.py
+++ deal.ii/contrib/utilities/wrapcomments.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 
 ## ------------------------------------------------------------------------
 ##