You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
962 B
Plaintext
27 lines
962 B
Plaintext
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-pyedr
|
|
version 0.8.0
|
|
revision 0
|
|
|
|
license LGPL-2+
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer
|
|
description A library to read GROMACS edr binary XDR files and return a dictionary of numpy arrays
|
|
long_description {*}${description}
|
|
homepage https://github.com/MDAnalysis/panedr
|
|
|
|
checksums rmd160 f13874ccdf0750bb9753843ad51fdae2e140dd7c \
|
|
sha256 2d119dc32cd0b0b2a14584626c2349b9dbad132a6bfed32723fe841ed5857fd0 \
|
|
size 392817
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-tqdm \
|
|
port:py${python.version}-mda-xdrlib
|
|
}
|