Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dipy/
Date: Tue, 28 Jun 2016 12:46:31
Message-Id: 1466857290.1afc16b8f25a66799bd25e2b2cfa9962d6715900.marbre@gentoo
1 commit: 1afc16b8f25a66799bd25e2b2cfa9962d6715900
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sat Jun 25 12:21:30 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Jun 25 12:21:30 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1afc16b8
7
8 sci-biology/dipy: nre package
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sci-biology/dipy/dipy-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
13 sci-biology/dipy/metadata.xml | 21 +++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild
17 new file mode 100644
18 index 0000000..a3852cc
19 --- /dev/null
20 +++ b/sci-biology/dipy/dipy-9999.ebuild
21 @@ -0,0 +1,34 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +PYTHON_COMPAT=( python2_7 python3_4 )
29 +
30 +inherit distutils-r1 git-r3
31 +
32 +DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
33 +HOMEPAGE="http://nipy.org/dipy"
34 +SRC_URI=""
35 +EGIT_REPO_URI="git://github.com/nipy/dipy"
36 +
37 +LICENSE="BSD"
38 +SLOT="0"
39 +KEYWORDS=""
40 +IUSE="test"
41 +
42 +DEPEND="
43 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
44 + dev-python/setuptools[${PYTHON_USEDEP}]
45 + "
46 +RDEPEND="
47 + dev-python/cython
48 + dev-python/numpy[${PYTHON_USEDEP}]
49 + sci-libs/scipy[${PYTHON_USEDEP}]
50 + sci-libs/nibabel[${PYTHON_USEDEP}]
51 + "
52 +
53 +src_test() {
54 + emake test-code
55 +}
56
57 diff --git a/sci-biology/dipy/metadata.xml b/sci-biology/dipy/metadata.xml
58 new file mode 100644
59 index 0000000..80c312a
60 --- /dev/null
61 +++ b/sci-biology/dipy/metadata.xml
62 @@ -0,0 +1,21 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>h.chr@××××.ru</email>
68 + <name>Horea Christian</name>
69 + </maintainer>
70 + <maintainer type="project">
71 + <email>sci@g.o</email>
72 + <name>Gentoo Science Project</name>
73 + </maintainer>
74 + <longdescription lang="en">
75 + Dipy is a free and open source software project for computational neuroanatomy, focusing mainly on
76 + diffusion magnetic resonance imaging (dMRI) analysis. It implements a broad range of algorithms for
77 + denoising, registration, reconstruction, tracking, clustering, visualization, and statistical
78 + analysis of MRI data.
79 + </longdescription>
80 + <upstream>
81 + <remote-id type="github">nipy/dipy</remote-id>
82 + </upstream>
83 +</pkgmetadata>