commit: b7eee4ad1f05ffa5801888e7c4e897b5654e8129
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 30 22:33:54 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Oct 30 22:34:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eee4ad
dev-python/tempita: add missing patch
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../tempita/files/tempita-0.5.3-pypy-tests.patch | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/tempita/files/tempita-0.5.3-pypy-tests.patch
b/dev-python/tempita/files/tempita-0.5.3-pypy-tests.patch
new file mode 100644
index 00000000000..cdef27276be
--- /dev/null
+++ b/dev-python/tempita/files/tempita-0.5.3-pypy-tests.patch
@@ -0,0 +1,26 @@
+diff --git a/docs/index.txt b/docs/index.txt
+index 6d943f6..afe3aa2 100644
+--- a/docs/index.txt
++++ b/docs/index.txt
+@@ -82,7 +82,7 @@ error (the name will be displayed)::
+ >>> tmpl.substitute()
+ Traceback (most recent call last):
+ ...
+- NameError: name 'name' is not defined at line 1 column 6 in file tmpl
++ NameError:... name 'name' is not defined at line 1 column 6 in file tmpl
+
+ You can also give a namespace to use by default, which
+ ``.substitute(...)`` will augment::
+diff --git a/tests/test_template.txt b/tests/test_template.txt
+index 9564a9a..d9eb55d 100644
+--- a/tests/test_template.txt
++++ b/tests/test_template.txt
+@@ -144,7 +144,7 @@ for a variable, if no value is given::
+ >>> sub('{{x}}')
+ Traceback (most recent call last):
+ ...
+- NameError: name 'x' is not defined at line 1 column 3
++ NameError:... name 'x' is not defined at line 1 column 3
+
+ And comments work::
+