commit:     e3c66a03567514092b9e5adec59ce9335adc1416
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Nov 10 00:46:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 00:46:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3c66a03

sci-libs/nipype: new versioned version

Package-Manager: portage-2.2.23

 sci-libs/nipype/ChangeLog            |  5 +++++
 sci-libs/nipype/nipype-0.11.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog
index 1cc3228..755a95f 100644
--- a/sci-libs/nipype/ChangeLog
+++ b/sci-libs/nipype/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*nipype-0.11.0 (10 Nov 2015)
+
+  10 Nov 2015; Horea Christian <h....@mail.ru> +nipype-0.11.0.ebuild:
+  sci-libs/nipype: new versioned version
+
   27 Jul 2015;  <chym...@gentoo.org> nipype-9999.ebuild:
   setting USE requirement before inherit
 

diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild 
b/sci-libs/nipype/nipype-0.11.0.ebuild
new file mode 100644
index 0000000..7751c6c
--- /dev/null
+++ b/sci-libs/nipype/nipype-0.11.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# pyamg missing py3 support
+# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
+HOMEPAGE="http://nipy.sourceforge.net/nipype/";
+SRC_URI="https://github.com/nipy/nipype/archive/0.11.0.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       sci-libs/nibabel[${PYTHON_USEDEP}]"
+RDEPEND="
+       sci-libs/scipy[${PYTHON_USEDEP}]
+       dev-python/traits[${PYTHON_USEDEP}]
+       dev-python/networkx[${PYTHON_USEDEP}]
+       dev-python/pygraphviz[${PYTHON_USEDEP}]"
+
+python_test() {
+       nosetests -v || die
+}

Reply via email to