aboutsummaryrefslogtreecommitdiff
blob: 1390a397896baeaeb9395d8de781678349d47459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 git-r3

DESCRIPTION="Python based program for visualization of data from Freesurfer"
HOMEPAGE="http://pysurfer.github.com"
SRC_URI=""
EGIT_REPO_URI="https://github.com/nipy/PySurfer.git"

LICENSE="BSD"
SLOT="0"

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}"