commit: 3e37225b2c4303992dcc1113f91d618a8b566058 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Feb 19 08:28:40 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Feb 19 08:28:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e37225b
dev-python/numpy: Skip f2py test Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575118 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/numpy/numpy-1.10.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild index 0db0dae..11ea66c 100644 --- a/dev-python/numpy/numpy-1.10.4.ebuild +++ b/dev-python/numpy/numpy-1.10.4.ebuild @@ -109,9 +109,9 @@ python_prepare_all() { sed -i -e '/f2py_exe/s: + os\.path.*$::' numpy/f2py/setup.py || die # we don't have f2py-3.3 -# sed \ -# -e 's:test_f2py:_&:g' \ -# -i numpy/tests/test_scripts.py || die + sed \ + -e 's:test_f2py:_&:g' \ + -i numpy/tests/test_scripts.py || die distutils-r1_python_prepare_all epatch_user
