--- mwlib-0.15.10.ebuild 2013-07-28 17:58:23.606383195 +0800 +++ mwlib-0.15.11.ebuild 2013-08-18 00:03:54.642898197 +0800 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.15.10.ebuild,v 1.1 2013/07/26 14:25:40 idella4 Exp $ +# $Header: $ EAPI=5 @@ -21,7 +21,7 @@ >=dev-python/odfpy-0.9[${PYTHON_USEDEP}] =dev-python/pyPdf-1.12[${PYTHON_USEDEP}] - >=dev-python/pyparsing-1.5.5 + >=dev-python/pyparsing-1.4.11 =dev-python/timelib-0.2[${PYTHON_USEDEP}] virtual/latex-base @@ -65,9 +65,6 @@ rm -f tests/test_{nuwiki,redirect,zipwiki}.py || die # Disable render test that fails for no apparent reason rm -f tests/test_render.py || die - # Disable nserve test that fails for an apparent reason - # Bug 474874 - # rm -f tests/test_nserve.py || die distutils-r1_python_prepare_all } @@ -86,7 +83,8 @@ } python_test() { - py.test || die + # Bug 474874; this is an unresolved gentoo invoked problem + py.test --ignore=tests/test_nserve.py || die } python_install_all() {