You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
36 lines
1.3 KiB
Tcl
36 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 1.0.2
|
|
revision 0
|
|
|
|
categories-append science
|
|
license LGPL-3
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
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 9b43e8a777d3af005dcac0cf6decdd08d0e81594 \
|
|
sha256 b93cf7f36fce33dbc428026f26dba560d5c7ba2387caca495bad920f90094502 \
|
|
size 2158614
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-mrcfile
|
|
|
|
test.run yes
|
|
}
|