From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/
Date: Thu, 17 Dec 2015 11:06:33 +0000 (UTC) [thread overview]
Message-ID: <1445249956.471cbf8ab7788764aac10f86fe8652c046446c4b.jlec@gentoo> (raw)
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 <h.chr@mail.ru> +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>h.chr@mail.ru</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}]"
next reply other threads:[~2015-12-17 11:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-17 11:06 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-17 11:06 [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/ Justin Lecher
2015-12-17 11:06 Justin Lecher
2015-12-17 11:06 Justin Lecher
2015-12-17 11:06 Justin Lecher
2015-12-17 11:06 Justin Lecher
2015-12-17 11:06 Justin Lecher
2015-12-17 11:06 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445249956.471cbf8ab7788764aac10f86fe8652c046446c4b.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox