Files
macports-ports/python/py-hdf5plugin/Portfile
T
2024-11-06 22:20:51 -05:00

35 lines
1.1 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-hdf5plugin
version 5.0.0
revision 0
license MIT
maintainers {nist.gov:joe.fowler @joefowler} openmaintainer
description A set of compression filters for h5py
long_description hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, \
FCIDECOMP, ZFP, zstd--and makes them usable from h5py.
homepage https://www.silx.org/doc/hdf5plugin/latest/
checksums rmd160 bcdee8b9cda3ed1dd09fc069b6c97d9ff4f45b97 \
sha256 3bcc5c4f523953fe020a220c7b1b307c62066e39fdbdcd904fa2268db80e9dbb \
size 65554740
compiler.cxx_standard 2011
python.versions 39 310 311 312
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-cython \
port:py${python.version}-cpuinfo
depends_run-append \
port:py${python.version}-h5py \
}