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 E1F141384B4 for ; Thu, 17 Dec 2015 11:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 207BA21C004; Thu, 17 Dec 2015 11:06:40 +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 60AA3E088B for ; Thu, 17 Dec 2015 11:06:39 +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 BB92C33E3A9 for ; Thu, 17 Dec 2015 11:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80735A97 for ; Thu, 17 Dec 2015 11:06:33 +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: <1445249956.471cbf8ab7788764aac10f86fe8652c046446c4b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nilearn/ChangeLog dev-python/nilearn/metadata.xml dev-python/nilearn/nilearn-0.1.4.1.ebuild dev-python/nilearn/nilearn-9999.ebuild X-VCS-Directories: dev-python/nilearn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 471cbf8ab7788764aac10f86fe8652c046446c4b X-VCS-Branch: master Date: Thu, 17 Dec 2015 11:06:33 +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: 76c6ba62-d3c6-4874-b58f-5a88c19fb67a X-Archives-Hash: b279fcc60580db2d73a66660c72c37b7 commit: 471cbf8ab7788764aac10f86fe8652c046446c4b Author: Horea Christian mail ru> AuthorDate: Mon Oct 19 10:19:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 19 10:19:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=471cbf8a dev-python/nilearn: new package Package-Manager: portage-2.2.23 dev-python/nilearn/ChangeLog | 10 ++++++++++ dev-python/nilearn/metadata.xml | 17 +++++++++++++++++ dev-python/nilearn/nilearn-0.1.4.1.ebuild | 27 +++++++++++++++++++++++++++ dev-python/nilearn/nilearn-9999.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+) diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog new file mode 100644 index 0000000..425fe12 --- /dev/null +++ b/dev-python/nilearn/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/nilearn +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + +*nilearn-0.1.4.1 (19 Oct 2015) +*nilearn-9999 (19 Oct 2015) + + 19 Oct 2015; Horea Christian +metadata.xml, + +nilearn-0.1.4.1.ebuild, +nilearn-9999.ebuild: + dev-python/nilearn: new package diff --git a/dev-python/nilearn/metadata.xml b/dev-python/nilearn/metadata.xml new file mode 100644 index 0000000..f7bdd3f --- /dev/null +++ b/dev-python/nilearn/metadata.xml @@ -0,0 +1,17 @@ + + + + sci + + h.chr@mail.ru + Horea Christian + + + Nilearn is a Python module for fast and easy statistical learning on NeuroImaging data. + It leverages the scikit-learn Python toolbox for multivariate statistics with applications + such as predictive modelling, classification, decoding, or connectivity analysis. + + + nilearn + + diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild b/dev-python/nilearn/nilearn-0.1.4.1.ebuild new file mode 100644 index 0000000..a7f612b --- /dev/null +++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" +HOMEPAGE="http://nilearn.github.io/" +SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scikits_learn + sci-libs/scipy[${PYTHON_USEDEP}] + >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]" diff --git a/dev-python/nilearn/nilearn-9999.ebuild b/dev-python/nilearn/nilearn-9999.ebuild new file mode 100644 index 0000000..4cb5607 --- /dev/null +++ b/dev-python/nilearn/nilearn-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" +HOMEPAGE="http://nilearn.github.io/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/nilearn/nilearn" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scikits_learn + sci-libs/scipy[${PYTHON_USEDEP}] + >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"