File: python-paths.patch

package info (click to toggle)
cctools 9.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,624 kB
  • sloc: ansic: 192,539; python: 20,827; cpp: 20,199; sh: 11,719; perl: 4,106; xml: 3,688; makefile: 1,224
file content (86 lines) | stat: -rw-r--r-- 2,403 bytes parent folder | download | duplicates (2)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Description: Use python3 paths explicitly.
 Note: python2->python3 changs in python3.patch
Author: Alastair McKinstry <mckintry@debian.org>
Last-Updated: 2020-12-09
Forwarded: no

--- a/umbrella/src/umbrella.py
+++ b/umbrella/src/umbrella.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python3
 
 # All the vanilla python package dependencies of Umbrella can be satisfied by a standard installation of Python 2.{6,7} or Python 3.
 """
--- a/makeflow/src/mf_mesos_executor
+++ b/makeflow/src/mf_mesos_executor
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (c) 2016- The University of Notre Dame.
 # This software is distributed under the GNU General Public License.
--- a/makeflow/src/mf_mesos_scheduler
+++ b/makeflow/src/mf_mesos_scheduler
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (c) 2016- The University of Notre Dame.
 # This software is distributed under the GNU General Public License.
--- a/makeflow/src/makeflow_archive_query
+++ b/makeflow/src/makeflow_archive_query
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import hashlib
 import os
--- a/makeflow/src/mf_mesos_setting
+++ b/makeflow/src/mf_mesos_setting
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # Copyright (c) 2016- The University of Notre Dame.
 # This software is distributed under the GNU General Public License.
--- a/apps/makeflow_blasr/makeflow_blasr
+++ b/apps/makeflow_blasr/makeflow_blasr
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 # Copyright (C) 2014- The University of Notre Dame
 # This software is distributed under the GNU General Public License.
--- a/apps/makeflow_bwa/makeflow_bwa
+++ b/apps/makeflow_bwa/makeflow_bwa
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #
 #Copyright (C) 2013- The University of Notre Dame
 #This software is distributed under the GNU General Public License.
--- a/makeflow/src/makeflow_ec2_cleanup
+++ b/makeflow/src/makeflow_ec2_cleanup
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import json
 import sys
--- a/makeflow/src/makeflow_ec2_setup
+++ b/makeflow/src/makeflow_ec2_setup
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import json
 import sys
--- a/makeflow/src/makeflow_ec2_estimate
+++ b/makeflow/src/makeflow_ec2_estimate
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import os
 import json