summaryrefslogtreecommitdiff
path: root/dev-python/whoosh/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/whoosh/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/whoosh/files')
-rw-r--r--dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch b/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch
deleted file mode 100644
index 94636c199a4c..000000000000
--- a/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Python 2 requires specifying the file encoding
-See also:
-https://www.python.org/dev/peps/pep-0263/
-https://bugs.gentoo.org/show_bug.cgi?id=608324
-
---- a/tests/test_reading.py
-+++ b/tests/test_reading.py
-@@ -1,3 +1,5 @@
-+# -*- coding: utf-8 -*-
-+
- from __future__ import with_statement
- import random, threading, time
-