From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-864661-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E932B1388C0 for <garchives@archives.gentoo.org>; Sun, 21 Feb 2016 15:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0048621C02D; Sun, 21 Feb 2016 15:16:14 +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 41F3FE07D2 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 15:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 794A3340C4B for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 15:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE85B1069 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 15:16:10 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1456029121.096d8640fc5f5de1371a3e4470ced74b6e1cdde8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-0.11.0.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 096d8640fc5f5de1371a3e4470ced74b6e1cdde8 X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:16:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a806e36-5c6e-4038-829c-8c9c2ccd1102 X-Archives-Hash: b17930382e65fc9cb563f1d38c1a69f4 commit: 096d8640fc5f5de1371a3e4470ced74b6e1cdde8 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Sun Feb 21 04:32:01 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 21 04:32:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=096d8640 sci-libs/nipype: added and sorted deps Package-Manager: portage-2.2.27 sci-libs/nipype/nipype-0.11.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.11.0.ebuild index 879f960..74066fb 100644 --- a/sci-libs/nipype/nipype-0.11.0.ebuild +++ b/sci-libs/nipype/nipype-0.11.0.ebuild @@ -21,14 +21,15 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] sci-libs/nibabel[${PYTHON_USEDEP}]" RDEPEND=" - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/traits[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}]" + dev-python/pydotplus[${PYTHON_USEDEP}] + dev-python/pygraphviz[${PYTHON_USEDEP}] + dev-python/traits[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}]" python_test() { nosetests -v || die