You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
980ccb80e5
- drop py39, add py313 subport
38 lines
1.4 KiB
Tcl
38 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-mdtraj
|
|
version 1.11.0
|
|
revision 0
|
|
|
|
supported_archs arm64 x86_64
|
|
license LGPL-2.1+
|
|
maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer
|
|
|
|
description A modern, open library for the analysis of molecular dynamics trajectories
|
|
long_description Read, write and analyze MD trajectories with only a few lines of Python code. \
|
|
For details, see the website at mdtraj.org. MDTraj is research software. \
|
|
If you make use of MDTraj in scientific publications, please cite it.
|
|
|
|
homepage https://www.mdtraj.org
|
|
|
|
checksums rmd160 7c18afefc51d711770dd2fc9dc6f186ffd476a08 \
|
|
sha256 2cf0ed2ee9a603dc4599743b1806e1387c655e2a1e9d013841b99fb137ad852e \
|
|
size 2860049
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython \
|
|
port:py${python.version}-versioneer
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-parsing \
|
|
port:py${python.version}-scipy
|
|
}
|