summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: bf0488a3f4bb6012e8e4ffcc26e9c4ce1f2ead0f (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
28
29
30
31
32
33
34
pkgbase = python-mdtraj
	pkgdesc = A modern, open library for the analysis of molecular dynamics trajectories
	pkgver = 1.8.0
	pkgrel = 1
	url = http://mdtraj.org/
	arch = i686
	arch = x86_64
	license = LGPL
	makedepends = python2-setuptools
	makedepends = python-setuptools
	makedepends = cython2
	makedepends = cython
	options = !libtool
	source = https://github.com/SimTk/mdtraj/archive/1.8.0.tar.gz
	sha1sums = a7764583a5150379822cccbfdc04c85819c72725

pkgname = python2-mdtraj
	depends = python2-numpy
	optdepends = python2-scipy: For loading and saving AMBER netcdf formatted trajectories.
	optdepends = python2-pandas: Some functionality, including mol2 parsing, requires pandas.
	optdepends = python2-nose: To run tests.
	optdepends = python2-scripttest: To run some of the tests with nose "nosetest -v mdtraj".
	optdepends = python2-networkx: Required for some of the functions
	optdepends = python2-pytables: Working with HDF5 formatted trajectories requires the PyTables package.

pkgname = python-mdtraj
	depends = python-numpy
	optdepends = python-scipy: For loading and saving AMBER netcdf formatted trajectories.
	optdepends = python-pandas: Some functionality, including mol2 parsing, requires pandas.
	optdepends = python-nose: To run tests.
	optdepends = python-scripttest: To run some of the tests with nose "nosetest -v mdtraj".
	optdepends = python-networkx: Required for some of the functions
	optdepends = python-pytables: Working with HDF5 formatted trajectories requires the PyTables package.