File: python3.patch

package info (click to toggle)
pywws 25.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,492 kB
  • sloc: python: 7,474; xml: 1,277; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (5)
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