Created attachment 310691 [details, diff] ebuild patch archtester webtest # USE_PYTHON="2.6 2.7" ebuild webtest-1.3.3.ebuild clean test ------------------------------------------------ TOTAL 1821 607 67% ---------------------------------------------------------------------- Ran 50 tests in 0.409s OK Python2.5 no longer works, pypy doesn't pass tests good to go.
archtester webtest # USE_PYTHON="2.6 2.7" ebuild webtest-1.3.4.ebuild clean test * Testing of dev-python/webtest-1.3.4 with CPython 2.6... PYTHONPATH=build-2.6/lib nosetests --verbosity=1 ------------------------------------------------ TOTAL 1823 609 67% ---------------------------------------------------------------------- Ran 50 tests in 0.485s OK * Testing of dev-python/webtest-1.3.4 with CPython 2.7... PYTHONPATH=build-2.7/lib nosetests --verbosity=1 ------------------------------------------------ TOTAL 1823 611 66% ---------------------------------------------------------------------- Ran 50 tests in 0.429s OK archtester webtest # ls files/ webtest-1.3-doctest-ellipsis.patch webtest-doctest-ellipsis.patch Keep an eye on https://bitbucket.org/ianb/webtest/issue/40/webtest-13-need-a-patch-for-a-doctest. He has made a file index_fixt.py which does import ELLIPSIS but it seems it has not made its way into the tarball
Created attachment 310993 [details, diff] revised patch for webtest-1.3.4.ebuild
Created attachment 310995 [details, diff] webtest-1.3.4-fixt.patch
Thanks for testing. +*webtest-1.3.4 (20 May 2012) + + 20 May 2012; Mike Gilbert <floppym@gentoo.org> + +files/webtest-1.3.4-index_fixt.patch, +webtest-1.3.4.ebuild: + Version bump for #414475. Enable python 3. Thanks to Ian Delaney for digging + into the test suite. +