Commits
Giovanni Bussi authored and Perry E. Metzger committed f751d043ede
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup mdtraj mdtraj 1.9.0 |
7 + | github.setup mdtraj mdtraj 1.9.1 |
8 8 | name py-mdtraj |
9 9 | homepage http://www.mdtraj.org |
10 10 | platforms darwin |
11 11 | license LGPL-2.1+ |
12 12 | maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer |
13 13 | |
14 14 | description A modern, open library for the analysis of molecular dynamics trajectories |
15 15 | long_description Read, write and analyze MD trajectories with only a few lines of Python code. \ |
16 16 | For details, see the website at mdtraj.org. MDTraj is research software. \ |
17 17 | If you make use of MDTraj in scientific publications, please cite it. |
18 18 | |
19 19 | supported_archs i386 x86_64 |
20 20 | |
21 - | checksums rmd160 58a3684fdf7a81813699aa281c411c04b130b91b \ |
22 - | sha256 e93db244035b7551488cea24d96dd813e67ce655461fc50f53c4d8a9cd8bd7ca |
21 + | checksums rmd160 1860a73278dc30932c0556e0bfb0c2d16a94546c \ |
22 + | sha256 2f0ed62155b75d6ed1d55da0fe52aef37b7f5cf3707f2582ec5137e66002d0df |
23 23 | |
24 24 | python.versions 27 34 35 36 |
25 25 | |
26 26 | if {${name} ne ${subport}} { |
27 27 | |
28 28 | depends_build-append port:py${python.version}-cython |
29 29 | |
30 30 | depends_lib-append port:py${python.version}-numpy \ |
31 31 | port:py${python.version}-scipy \ |
32 32 | port:py${python.version}-pandas \ |