aboutsummaryrefslogtreecommitdiff
blob: fe50df549c22e849f93e729946731bbf9df186df (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils distutils-r1 git-r3

DESCRIPTION="Python library to read PDB, GRO or Gromacs XTC files"
HOMEPAGE="http://code.google.com/p/pmx"
EGIT_REPO_URI="https://code.google.com/p/${PN}.git"

LICENSE="LGPL-3"
SLOT="0"
IUSE=""

DEPEND="
	sci-chemistry/gromacs
	sci-libs/scipy[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	"
RDEPEND="${DEPEND}"