blob: 0f180411891a1235601c83723a27d63bed9140a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-mdanalysis
pkgdesc = An object-oriented python toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber.
pkgver = 0.17.0
pkgrel = 1
url = http://www.mdanalysis.org/
arch = x86_64
license = GPL
depends = python-numpy
optdepends = python-biopython: to use all MDAnalysis functions
optdepends = python-matplotlib: to use all MDAnalysis functions
optdepends = python-joblib: to use all MDAnalysis functions
optdepends = python-griddataformats: to use all MDAnalysis functions
optdepends = python-scipy: to use all MDAnalysis functions
optdepends = python-netcdf4: to operate on AMBER binary trajectories
optdepends = python-networkx: for analysis of lipid leaflets via MDAnalysis.analysis.leaflet
optdepends = python-mmtf: to add support for The macromolecular transmission format (MMTF)
source = https://github.com/MDAnalysis/mdanalysis/archive/release-0.17.0.tar.gz
sha1sums = 2922042330c81d7e9dbdd59ad1af1a053511c033
pkgname = python-mdanalysis
|