commit:     b993b05047c090bca8eec0a734b6bc7fe834e301
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Sep 13 15:37:00 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 13:27:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b993b050

dev-python/jinja: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2321

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/jinja/files/jinja-2.6-python3.3.patch | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dev-python/jinja/files/jinja-2.6-python3.3.patch 
b/dev-python/jinja/files/jinja-2.6-python3.3.patch
deleted file mode 100644
index 29bd38e..00000000
--- a/dev-python/jinja/files/jinja-2.6-python3.3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/jinja2/environment.py b/jinja2/environment.py
-index ebb5454..1b5dc40 100644
---- a/jinja2/environment.py
-+++ b/jinja2/environment.py
-@@ -570,6 +570,10 @@ class Environment(object):
-             py_header = imp.get_magic() + \
-                 u'\xff\xff\xff\xff'.encode('iso-8859-15')
- 
-+            # Python 3.3 added a source filesize to the header
-+            if sys.version_info >= (3, 3):
-+                py_header += u'\x00\x00\x00\x00'.encode('iso-8859-15')
-+
-         def write_file(filename, data, mode):
-             if zip:
-                 info = ZipInfo(filename)

Reply via email to