From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 527A813832E for ; Sat, 13 Aug 2016 18:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4482C21C028; Sat, 13 Aug 2016 18:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16D521C028 for ; Sat, 13 Aug 2016 18:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A63E1340CC7 for ; Sat, 13 Aug 2016 18:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0D572434 for ; Sat, 13 Aug 2016 18:48:35 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1471114104.0e8483cf1fe8b3776bd29f6c056764d3e95cfa6d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_learn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild X-VCS-Directories: sci-libs/scikits_learn/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0e8483cf1fe8b3776bd29f6c056764d3e95cfa6d X-VCS-Branch: master Date: Sat, 13 Aug 2016 18:48:35 +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: d44c5445-5e18-4063-9e1f-d2c01fabfbae X-Archives-Hash: a5c74b5075fef4cf91502b72793bdeae commit: 0e8483cf1fe8b3776bd29f6c056764d3e95cfa6d Author: Horea Christian yandex com> AuthorDate: Thu Aug 11 02:57:05 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 13 18:48:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8483cf sci-libs/scikits_learn: using system joblib for cross_validation module Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2065 Signed-off-by: David Seifert gentoo.org> sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild b/sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild index 865a207..89c2409 100644 --- a/sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild +++ b/sci-libs/scikits_learn/scikits_learn-0.17.1.ebuild @@ -61,7 +61,8 @@ python_prepare_all() { rm -r sklearn/externals/joblib/* || die echo "from joblib import *" > sklearn/externals/joblib/__init__.py sed -i -e '/joblib\/test/d' sklearn/externals/setup.py || die - sed -i -e 's/..externals.joblib/joblib/g' \ + sed -i -e 's/..externals.joblib/ joblib/g' \ + sklearn/cross_validation.py \ sklearn/decomposition/tests/test_sparse_pca.py \ sklearn/metrics/pairwise.py || die