commit:     1afc16b8f25a66799bd25e2b2cfa9962d6715900
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Jun 25 12:21:30 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Jun 25 12:21:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1afc16b8

sci-biology/dipy: nre package

Package-Manager: portage-2.3.0_rc1

 sci-biology/dipy/dipy-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
 sci-biology/dipy/metadata.xml     | 21 +++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/sci-biology/dipy/dipy-9999.ebuild 
b/sci-biology/dipy/dipy-9999.ebuild
new file mode 100644
index 0000000..a3852cc
--- /dev/null
+++ b/sci-biology/dipy/dipy-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
+HOMEPAGE="http://nipy.org/dipy";
+SRC_URI=""
+EGIT_REPO_URI="git://github.com/nipy/dipy"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+DEPEND="
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       "
+RDEPEND="
+       dev-python/cython
+       dev-python/numpy[${PYTHON_USEDEP}]
+       sci-libs/scipy[${PYTHON_USEDEP}]
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+       "
+
+src_test() {
+       emake test-code
+}

diff --git a/sci-biology/dipy/metadata.xml b/sci-biology/dipy/metadata.xml
new file mode 100644
index 0000000..80c312a
--- /dev/null
+++ b/sci-biology/dipy/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Horea Christian</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    Dipy is a free and open source software project for computational 
neuroanatomy, focusing mainly on 
+    diffusion magnetic resonance imaging (dMRI) analysis. It implements a 
broad range of algorithms for 
+    denoising, registration, reconstruction, tracking, clustering, 
visualization, and statistical 
+    analysis of MRI data.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">nipy/dipy</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to