summaryrefslogtreecommitdiff
path: root/multimedia/tautulli/files/patch-Tautulli.py
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-13 07:54:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-13 07:54:23 +0000
commit0a829ac2a5409c5f2937a899f080a0aa27da96e0 (patch)
tree70208a5d7a3722352b47169c6ba22b60eb0048b8 /multimedia/tautulli/files/patch-Tautulli.py
parentmultimedia/gstramer1-validate: switch to python3, remove deprecation (diff)
multimedia/tautulli: Update to 2.5.5
- Updated to use python3 - There is now a build step that runs 'python -m compileall' on all python code - Tautulli supports libraries with the new and improved plex movie scanner PR: 249161 Submitted by: Michiel van Baak <michiel@vanbaak.eu> Approved by: Christer Edwards <christer.edwards@gmail.com>
Notes
Notes: svn path=/head/; revision=548464
Diffstat (limited to 'multimedia/tautulli/files/patch-Tautulli.py')
-rw-r--r--multimedia/tautulli/files/patch-Tautulli.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/tautulli/files/patch-Tautulli.py b/multimedia/tautulli/files/patch-Tautulli.py
deleted file mode 100644
index dc5bf2bb737c..000000000000
--- a/multimedia/tautulli/files/patch-Tautulli.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Tautulli.py.orig 2018-03-17 14:15:36 UTC
-+++ Tautulli.py
-@@ -1,8 +1,4 @@
- #!/usr/local/bin/python2.7
--''''which python >/dev/null 2>&1 && exec python "$0" "$@" # '''
--''''which python2 >/dev/null 2>&1 && exec python2 "$0" "$@" # '''
--''''which python2.7 >/dev/null 2>&1 && exec python2.7 "$0" "$@" # '''
--''''exec echo "Error: Python not found!" # '''
-
- # -*- coding: utf-8 -*-
-