commit:     2b004e9968944be006e70f7806332597263da7e1
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Sep 30 12:22:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:22:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2b004e99

sci-biology/pysurfer: version bump

Package-Manager: portage-2.2.21

 sci-biology/pysurfer/ChangeLog           |  5 +++++
 sci-biology/pysurfer/pysurfer-0.6.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sci-biology/pysurfer/ChangeLog b/sci-biology/pysurfer/ChangeLog
index ca0c424..183b683 100644
--- a/sci-biology/pysurfer/ChangeLog
+++ b/sci-biology/pysurfer/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*pysurfer-0.6 (30 Sep 2015)
+
+  30 Sep 2015; Horea Christian <[email protected]> +pysurfer-0.6.ebuild:
+  sci-biology/pysurfer: version bump
+
   30 Sep 2015; Horea Christian <[email protected]> pysurfer-0.4.ebuild:
   new manifest and archive name for sci-biology/pysurfer
 

diff --git a/sci-biology/pysurfer/pysurfer-0.6.ebuild 
b/sci-biology/pysurfer/pysurfer-0.6.ebuild
new file mode 100644
index 0000000..33a3beb
--- /dev/null
+++ b/sci-biology/pysurfer/pysurfer-0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python based program for visualization of data from Freesurfer"
+HOMEPAGE="http://pysurfer.github.com";
+SRC_URI="https://github.com/nipy/PySurfer/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       sci-visualization/mayavi[${PYTHON_USEDEP}]
+       dev-python/matplotlib[${PYTHON_USEDEP}]
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       sci-libs/scipy[${PYTHON_USEDEP}]"
+DEPEND=""
+
+S="${WORKDIR}/PySurfer-${PV}"
+
+PATCHES=( "${FILESDIR}/${PV}-headless_build.patch" )

Reply via email to