commit:     471cbf8ab7788764aac10f86fe8652c046446c4b
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Oct 19 10:19:16 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <[email protected]> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Horea Christian</name>
+  </maintainer>
+  <longdescription lang="en">
+       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.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">nilearn</remote-id>
+  </upstream>
+</pkgmetadata>

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}]"

Reply via email to