You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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-GridDataFormats
|
|
version 0.6.0
|
|
revision 0
|
|
|
|
categories-append science
|
|
license LGPL-3
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 39
|
|
|
|
maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer
|
|
|
|
description GridDataFormats provides the Python package 'gridData'.
|
|
long_description {*}${description} \
|
|
It contains a class ('Grid') to handle data on a regular grid --- basically NumPy n-dimensional arrays. \
|
|
It supports reading from and writing to some common formats (such as OpenDX).
|
|
|
|
homepage https://github.com/MDAnalysis/GridDataFormats
|
|
|
|
checksums rmd160 5555fd8713be27c6b5afe5a7bdf69640ede1c79c \
|
|
sha256 f14e00e8b795f8021f6069935e1133352224775c9bd97f395beb2bcd64a19b86 \
|
|
size 1984859
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-six
|
|
|
|
test.run yes
|
|
}
|