]> git.pld-linux.org Git - packages/calibre.git/blame - shebang-python-fix.patch
Release 2 (by relup.sh)
[packages/calibre.git] / shebang-python-fix.patch
CommitLineData
d770c022
JR
1diff -urNp -x '*.orig' calibre-4.20.0.org/recipes/nrc-nl-epub.recipe calibre-4.20.0/recipes/nrc-nl-epub.recipe
2--- calibre-4.20.0.org/recipes/nrc-nl-epub.recipe 2020-07-03 04:11:13.000000000 +0200
3+++ calibre-4.20.0/recipes/nrc-nl-epub.recipe 2021-06-23 14:08:48.429265433 +0200
223451f8 4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python2
6+#!/usr/bin/env python
7 # -*- coding: utf-8 -*-
d770c022 8 # Based on veezh's original recipe and Kovid Goyal's New York Times recipe
223451f8 9
d770c022
JR
10diff -urNp -x '*.orig' calibre-4.20.0.org/setup/install.py calibre-4.20.0/setup/install.py
11--- calibre-4.20.0.org/setup/install.py 2021-06-23 14:08:46.395856286 +0200
12+++ calibre-4.20.0/setup/install.py 2021-06-23 14:08:48.429265433 +0200
13@@ -20,7 +20,7 @@ from setup import (
14 )
223451f8 15
16 HEADER = '''\
7b172d7e 17-#!/usr/bin/env python{py_major_version}
223451f8 18+#!/usr/bin/env python
19
20 """
21 This is the standard runscript for all of calibre's tools.
This page took 0.076834 seconds and 4 git commands to generate.