aboutsummaryrefslogtreecommitdiff
blob: 3ecdda817d1b2073ec7135681cb303391647c310 (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
# $Id$

EAPI=5

PYTHON_COMPAT=( python2_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}"