Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nistats/
Date: Fri, 01 Jan 2016 17:33:18
Message-Id: 1450342863.fe01b17cddf6aba2f8241dc214475080788e15bb.ottxor@gentoo
1 commit: fe01b17cddf6aba2f8241dc214475080788e15bb
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Thu Dec 17 09:01:03 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 09:01:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe01b17c
7
8 sci-biology/nistats: added new package
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/nistats/ChangeLog | 9 +++++++++
13 sci-biology/nistats/metadata.xml | 13 +++++++++++++
14 sci-biology/nistats/nistats-9999.ebuild | 30 ++++++++++++++++++++++++++++++
15 3 files changed, 52 insertions(+)
16
17 diff --git a/sci-biology/nistats/ChangeLog b/sci-biology/nistats/ChangeLog
18 new file mode 100644
19 index 0000000..7de3c65
20 --- /dev/null
21 +++ b/sci-biology/nistats/ChangeLog
22 @@ -0,0 +1,9 @@
23 +# ChangeLog for sci-biology/nistats
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 +# $Id$
26 +
27 +*nistats-9999 (17 Dec 2015)
28 +
29 + 17 Dec 2015; Horea Christian <h.chr@××××.ru> +metadata.xml,
30 + +nistats-9999.ebuild:
31 + sci-biology/nistats: added new package
32
33 diff --git a/sci-biology/nistats/metadata.xml b/sci-biology/nistats/metadata.xml
34 new file mode 100644
35 index 0000000..3d625b2
36 --- /dev/null
37 +++ b/sci-biology/nistats/metadata.xml
38 @@ -0,0 +1,13 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <herd>sci</herd>
43 + <maintainer>
44 + <email>h.chr@××××.ru</email>
45 + <name>Horea Christian</name>
46 + </maintainer>
47 + <longdescription lang="en">
48 + Nistats is a Python module for fast and easy modeling and statistical analysis of
49 + functional Magnetic Resonance Imaging data.
50 +</longdescription>
51 +</pkgmetadata>
52
53 diff --git a/sci-biology/nistats/nistats-9999.ebuild b/sci-biology/nistats/nistats-9999.ebuild
54 new file mode 100644
55 index 0000000..385ded3
56 --- /dev/null
57 +++ b/sci-biology/nistats/nistats-9999.ebuild
58 @@ -0,0 +1,30 @@
59 +# Copyright 1999-2015 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Id$
62 +
63 +EAPI=5
64 +
65 +PYTHON_COMPAT=( python2_7 )
66 +
67 +inherit distutils-r1 multilib git-r3 flag-o-matic
68 +
69 +DESCRIPTION="Neuroimaging tools for Python"
70 +HOMEPAGE="http://nipy.org/"
71 +SRC_URI=""
72 +EGIT_REPO_URI="https://github.com/nistats/${PN}"
73 +
74 +LICENSE="BSD"
75 +SLOT="0"
76 +IUSE=""
77 +KEYWORDS=""
78 +
79 +DEPEND="
80 + dev-python/setuptools[${PYTHON_USEDEP}]
81 + dev-python/numpy[${PYTHON_USEDEP}]"
82 +RDEPEND="${DEPEND}
83 + sci-libs/scipy[${PYTHON_USEDEP}]
84 + dev-python/sympy[${PYTHON_USEDEP}]
85 + sci-libs/nibabel[${PYTHON_USEDEP}]
86 + dev-python/pandas[${PYTHON_USEDEP}]
87 + sci-biology/nilearn[${PYTHON_USEDEP}]
88 + "