diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 12:46:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 18:25:10 -0300 |
commit | 54cf11bd641160b33fc453c8a7f098099d2c24bc (patch) | |
tree | 55bca481727a31eaf211656a1fda50430b66b120 /community/cppcheck/python3-htmlreport.patch | |
parent | 0e89651be5831c87f935e3dd3732ba1e7488550d (diff) | |
download | aports-54cf11bd641160b33fc453c8a7f098099d2c24bc.tar.bz2 aports-54cf11bd641160b33fc453c8a7f098099d2c24bc.tar.xz |
community/cppcheck: drop python2
Diffstat (limited to 'community/cppcheck/python3-htmlreport.patch')
-rw-r--r-- | community/cppcheck/python3-htmlreport.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/community/cppcheck/python3-htmlreport.patch b/community/cppcheck/python3-htmlreport.patch new file mode 100644 index 0000000000..eb397517a9 --- /dev/null +++ b/community/cppcheck/python3-htmlreport.patch @@ -0,0 +1,28 @@ +diff -up cppcheck-1.88/htmlreport/cppcheck-htmlreport.python3 cppcheck-1.88/htmlreport/cppcheck-htmlreport +--- cppcheck-1.88/htmlreport/cppcheck-htmlreport.python3 2019-06-29 09:51:25.000000000 +0200 ++++ cppcheck-1.88/htmlreport/cppcheck-htmlreport 2019-08-14 11:02:23.791627296 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + + from __future__ import unicode_literals + +diff -up cppcheck-1.88/htmlreport/setup.py.python3 cppcheck-1.88/htmlreport/setup.py +--- cppcheck-1.88/htmlreport/setup.py.python3 2019-06-29 09:51:25.000000000 +0200 ++++ cppcheck-1.88/htmlreport/setup.py 2019-08-14 11:02:28.570423533 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + + from setuptools import setup + +diff -up cppcheck-1.88/htmlreport/test_htmlreport.py.python3 cppcheck-1.88/htmlreport/test_htmlreport.py +--- cppcheck-1.88/htmlreport/test_htmlreport.py.python3 2019-06-29 09:51:25.000000000 +0200 ++++ cppcheck-1.88/htmlreport/test_htmlreport.py 2019-08-14 11:02:20.296776345 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + """Test cppcheck-htmlreport.""" + + import os + |