# -*- 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-h5netcdf version 1.4.1 revision 0 categories python license BSD maintainers {mps @Schamschula} openmaintainer description A Python interface for the netCDF4 file-format long_description {*}${description} that reads and writes local or remote HDF5 files \ directly via h5py or h5pyd, without relying on the Unidata netCDF l\ ibrary. supported_archs noarch platforms {darwin any} homepage https://github.com/h5netcdf/h5netcdf python.versions 39 310 311 312 checksums rmd160 1bf8228a6d6ca7d4cd80b4e45458e573b1e2f2f0 \ sha256 7c8401ab807ff37c9798edc90d99467595892e6c541a5d5abeb8f53aab5335fe \ size 64647 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm \ port:py${python.version}-setuptools_scm_git_archive depends_lib-append \ port:py${python.version}-h5py }