Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/
Date: Thu, 17 Dec 2015 11:06:46
Message-Id: 1445249956.471cbf8ab7788764aac10f86fe8652c046446c4b.jlec@gentoo
1 commit: 471cbf8ab7788764aac10f86fe8652c046446c4b
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Mon Oct 19 10:19:16 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 19 10:19:16 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=471cbf8a
7
8 dev-python/nilearn: new package
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/nilearn/ChangeLog | 10 ++++++++++
13 dev-python/nilearn/metadata.xml | 17 +++++++++++++++++
14 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 27 +++++++++++++++++++++++++++
15 dev-python/nilearn/nilearn-9999.ebuild | 28 ++++++++++++++++++++++++++++
16 4 files changed, 82 insertions(+)
17
18 diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
19 new file mode 100644
20 index 0000000..425fe12
21 --- /dev/null
22 +++ b/dev-python/nilearn/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-python/nilearn
25 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 +# $Id$
27 +
28 +*nilearn-0.1.4.1 (19 Oct 2015)
29 +*nilearn-9999 (19 Oct 2015)
30 +
31 + 19 Oct 2015; Horea Christian <h.chr@××××.ru> +metadata.xml,
32 + +nilearn-0.1.4.1.ebuild, +nilearn-9999.ebuild:
33 + dev-python/nilearn: new package
34
35 diff --git a/dev-python/nilearn/metadata.xml b/dev-python/nilearn/metadata.xml
36 new file mode 100644
37 index 0000000..f7bdd3f
38 --- /dev/null
39 +++ b/dev-python/nilearn/metadata.xml
40 @@ -0,0 +1,17 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <herd>sci</herd>
45 + <maintainer>
46 + <email>h.chr@××××.ru</email>
47 + <name>Horea Christian</name>
48 + </maintainer>
49 + <longdescription lang="en">
50 + Nilearn is a Python module for fast and easy statistical learning on NeuroImaging data.
51 + It leverages the scikit-learn Python toolbox for multivariate statistics with applications
52 + such as predictive modelling, classification, decoding, or connectivity analysis.
53 + </longdescription>
54 + <upstream>
55 + <remote-id type="pypi">nilearn</remote-id>
56 + </upstream>
57 +</pkgmetadata>
58
59 diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
60 new file mode 100644
61 index 0000000..a7f612b
62 --- /dev/null
63 +++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
64 @@ -0,0 +1,27 @@
65 +# Copyright 1999-2015 Gentoo Foundation
66 +# Distributed under the terms of the GNU General Public License v2
67 +# $Id$
68 +
69 +EAPI=5
70 +
71 +PYTHON_COMPAT=( python2_7 python3_4 )
72 +
73 +inherit distutils-r1
74 +
75 +DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
76 +HOMEPAGE="http://nilearn.github.io/"
77 +SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.zip"
78 +
79 +LICENSE="BSD"
80 +SLOT="0"
81 +KEYWORDS="~amd64 ~x86"
82 +IUSE=""
83 +
84 +DEPEND="
85 + dev-python/setuptools[${PYTHON_USEDEP}]
86 + "
87 +RDEPEND="
88 + dev-python/numpy[${PYTHON_USEDEP}]
89 + sci-libs/scikits_learn
90 + sci-libs/scipy[${PYTHON_USEDEP}]
91 + >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"
92
93 diff --git a/dev-python/nilearn/nilearn-9999.ebuild b/dev-python/nilearn/nilearn-9999.ebuild
94 new file mode 100644
95 index 0000000..4cb5607
96 --- /dev/null
97 +++ b/dev-python/nilearn/nilearn-9999.ebuild
98 @@ -0,0 +1,28 @@
99 +# Copyright 1999-2015 Gentoo Foundation
100 +# Distributed under the terms of the GNU General Public License v2
101 +# $Id$
102 +
103 +EAPI=5
104 +
105 +PYTHON_COMPAT=( python2_7 python3_4 )
106 +
107 +inherit distutils-r1 git-r3
108 +
109 +DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
110 +HOMEPAGE="http://nilearn.github.io/"
111 +SRC_URI=""
112 +EGIT_REPO_URI="git://github.com/nilearn/nilearn"
113 +
114 +LICENSE="BSD"
115 +SLOT="0"
116 +KEYWORDS=""
117 +IUSE=""
118 +
119 +DEPEND="
120 + dev-python/setuptools[${PYTHON_USEDEP}]
121 + "
122 +RDEPEND="
123 + dev-python/numpy[${PYTHON_USEDEP}]
124 + sci-libs/scikits_learn
125 + sci-libs/scipy[${PYTHON_USEDEP}]
126 + >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"