summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-04-10 14:59:40 +0200
committerDavid Seifert <soap@gentoo.org>2016-04-10 14:59:40 +0200
commit3e98703b70baea51bddcc2ef0ca1848d0528484b (patch)
treee897dec78799d6f9a60174a12ad79ec67fe3461a
parentdev-python/bibtexparser: New package (diff)
downloadgentoo-3e98703b70baea51bddcc2ef0ca1848d0528484b.tar.gz
gentoo-3e98703b70baea51bddcc2ef0ca1848d0528484b.tar.bz2
gentoo-3e98703b70baea51bddcc2ef0ca1848d0528484b.zip
dev-python/bibtexparser: Remove unnecessary ${FILESDIR}
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch b/dev-python/bibtexparser/files/python-bibtex-1.2.4-fix_tests.patch
deleted file mode 100644
index f9816817b777..000000000000
--- a/dev-python/bibtexparser/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' % (