From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4B421388BF for ; Fri, 19 Feb 2016 08:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD19021C024; Fri, 19 Feb 2016 08:48:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2BEE21C019 for ; Fri, 19 Feb 2016 08:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A9BE340D2B for ; Fri, 19 Feb 2016 08:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE708F5 for ; Fri, 19 Feb 2016 08:48:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455870520.3e37225b2c4303992dcc1113f91d618a8b566058.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.10.4.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3e37225b2c4303992dcc1113f91d618a8b566058 X-VCS-Branch: master Date: Fri, 19 Feb 2016 08:48:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25497d9b-c17a-4e8f-b58f-cd2fa878d1bf X-Archives-Hash: f9300387daba2a854f9f983ad66a29bb commit: 3e37225b2c4303992dcc1113f91d618a8b566058 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 19 08:28:40 2016 +0000 Commit: Justin Lecher gentoo 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 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