Commits
Giovanni Bussi authored and Chris Jones committed 4aa7b930e3f
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.2 |
7 + | github.setup mdtraj mdtraj 1.9.3 |
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 bbf61b75d003b32963686bc23e29cd9429209660 \ |
22 - | sha256 6c81560e3ba911c625c4a15f420467fbf3afb70db9775a163f627419a0368cd6 \ |
23 - | size 19484362 |
21 + | checksums rmd160 cd077a7db93f8c3f14d0a8ac3037a45b5eeea701 \ |
22 + | sha256 9b217c302dbb9ce2ee88c2b06d80f950685a63eda867cfe52c2b647d33abae82 \ |
23 + | size 19504401 |
24 24 | |
25 25 | python.versions 27 36 37 |
26 26 | |
27 27 | if {${name} ne ${subport}} { |
28 28 | |
29 29 | depends_build-append port:py${python.version}-cython \ |
30 30 | port:py${python.version}-setuptools |
31 31 | |
32 32 | depends_lib-append port:py${python.version}-numpy \ |
33 33 | port:py${python.version}-pandas \ |