Package: pywws / 20.1.0-3

python3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: replace python interpreter by python3 to calm lintian
Author: Thorsten Alteholz <debian@alteholz.de>
Index: pywws-18.6.3/src/pywws/examples/scripts/data_mangling/rain_offset.py
===================================================================
--- pywws-18.6.3.orig/src/pywws/examples/scripts/data_mangling/rain_offset.py	2018-06-05 09:30:30.000000000 +0200
+++ pywws-18.6.3/src/pywws/examples/scripts/data_mangling/rain_offset.py	2018-07-05 14:44:47.141116788 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import print_function
 
Index: pywws-18.6.3/src/pywws/examples/scripts/data_mangling/temperature_despike.py
===================================================================
--- pywws-18.6.3.orig/src/pywws/examples/scripts/data_mangling/temperature_despike.py	2018-06-05 09:30:30.000000000 +0200
+++ pywws-18.6.3/src/pywws/examples/scripts/data_mangling/temperature_despike.py	2018-07-05 14:45:03.601116294 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import print_function