From cfe75ff9f6ed87c5495cd66a78003cedd96b27af Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 13 Sep 2016 17:42:17 +0200 Subject: dev-python/python-bibtex: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2320 --- .../files/python-bibtex-1.2.4-fix_tests.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch (limited to 'dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch') diff --git a/dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch b/dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch deleted file mode 100644 index f9816817b7777..0000000000000 --- a/dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- testsuite.py -+++ testsuite.py -@@ -4,6 +4,7 @@ - - import sys, os - -+ParserError = "ParserError" - - def check_recode (): - try: -@@ -65,7 +66,7 @@ - - valid = result.readline ().strip () - -- if obtained != valid: -+ if eval(obtained) != eval(valid): - sys.stderr.write ('error: %s: line %d: unexpected result:\n' % ( - filename, line)) - sys.stderr.write ('error: %s: line %d: obtained %s\n' % ( -@@ -117,7 +118,7 @@ - - valid = result.readline ().strip () - -- if obtained != valid: -+ if eval(obtained) != eval(valid): - sys.stderr.write ('error: %s: line %d: unexpected result:\n' % ( - filename, line)) - sys.stderr.write ('error: %s: line %d: obtained %s\n' % ( -- cgit v1.2.3