summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-20 01:19:38 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-20 01:19:38 +0000
commitcd7406310a9c440b519d18eb5ef122210b5df065 (patch)
tree741a6a31c3fcdda5a279aecf5f19f83a7a96964b /dev-python/webtest/files
parentVersion bump for gnome-3.4, adds support for lists in --forms. (diff)
downloadgentoo-2-cd7406310a9c440b519d18eb5ef122210b5df065.tar.gz
gentoo-2-cd7406310a9c440b519d18eb5ef122210b5df065.tar.bz2
gentoo-2-cd7406310a9c440b519d18eb5ef122210b5df065.zip
Version bump for #414475. Enable python 3. Thanks to Ian Delaney for digging into the test suite.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webtest/files')
-rw-r--r--dev-python/webtest/files/webtest-1.3.4-index_fixt.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch b/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
new file mode 100644
index 000000000000..5cb75c7ea138
--- /dev/null
+++ b/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
@@ -0,0 +1,13 @@
+--- /dev/null 2012-05-03 18:34:53.288000099 +0800
++++ docs/index_fixt.py 2012-05-07 00:07:55.392854158 +0800
+@@ -0,0 +1,10 @@
++# -*- coding: utf-8 -*-
++from doctest import ELLIPSIS
++
++
++def setup_test(test):
++ for example in test.examples:
++ example.options.setdefault(ELLIPSIS, 1)
++
++setup_test.__test__ = False
++