public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bibtex/files/
@ 2016-09-21  1:49 Mike Gilbert
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2016-09-21  1:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cfe75ff9f6ed87c5495cd66a78003cedd96b27af
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 13 15:42:17 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 01:48:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe75ff9

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(-)

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 f981681..00000000
--- 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' % (


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-21  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  1:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bibtex/files/ Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox