diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-13 17:42:17 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-09-20 21:48:16 -0400 |
commit | cfe75ff9f6ed87c5495cd66a78003cedd96b27af (patch) | |
tree | a2b6d00ff8428d5e5ecc01af095178168cad1270 /dev-python/python-bibtex | |
parent | media-sound/gogglesmm: initial commit (diff) | |
download | gentoo-cfe75ff9f6ed87c5495cd66a78003cedd96b27af.tar.gz gentoo-cfe75ff9f6ed87c5495cd66a78003cedd96b27af.tar.bz2 gentoo-cfe75ff9f6ed87c5495cd66a78003cedd96b27af.zip |
dev-python/python-bibtex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2320
Diffstat (limited to 'dev-python/python-bibtex')
-rw-r--r-- | dev-python/python-bibtex/files/python-bibtex-1.2.4-fix_tests.patch | 28 |
1 files changed, 0 insertions, 28 deletions
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 f9816817b777..000000000000 --- 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' % ( |