File: python-shebangs.patch

package info (click to toggle)
cctools 1%3A7.15.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,008 kB
  • sloc: ansic: 117,215; python: 30,569; cpp: 20,301; sh: 13,834; perl: 4,056; xml: 3,688; makefile: 1,502
file content (40 lines) | stat: -rw-r--r-- 1,380 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
--- a/taskvine/src/tools/vine_plot_txn_log
+++ b/taskvine/src/tools/vine_plot_txn_log
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (C) 2023- The University of Notre Dame
 # This software is distributed under the GNU General Public License.
--- a/taskvine/src/tools/vine_profile_dispatch
+++ b/taskvine/src/tools/vine_profile_dispatch
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (C) 2023- The University of Notre Dame
 # This software is distributed under the GNU General Public License.
--- a/taskvine/src/tools/vine_transfer_plot_animate
+++ b/taskvine/src/tools/vine_transfer_plot_animate
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (C) 2024- The University of Notre Dame
 # This software is distributed under the GNU General Public License.
--- a/work_queue/src/work_queue_graph_workers
+++ b/work_queue/src/work_queue_graph_workers
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (C) 2022 The University of Notre Dame
 # This software is distributed under the GNU General Public License.
--- a/taskvine/src/tools/vine_plot_compose
+++ b/taskvine/src/tools/vine_plot_compose
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (C) 2024- The University of Notre Dame
 # This software is distributed under the GNU General Public License.