# -*- 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.6.2
revision            0
categories          python science
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 \
                    library.
homepage            https://github.com/h5netcdf/h5netcdf

supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

checksums           rmd160  4a31d20df3380615eca94330ab3192a0135d4b4b \
                    sha256  1592aa093ce1f8d0448bbb97d287b1e9995da0fd428e029c85e09e8af377aeb5 \
                    size    65502

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
}
