Language

Package: python-hdf4 @ 0.9

Synopsis

Python interface to the NCSA HDF4 library

Description

Python-HDF4 is a python wrapper around the NCSA HDF version 4 library, which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. NetCDF files can also be read and modified. Python-HDF4 is a fork of pyhdf.

Home page
https://github.com/fhs/python-hdf4
Location
gnu/packages/python-xyz.scm (line: 1263, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'nose' does not match package name 'python-nose'
input-labels

Identify input labels that do not match package names

label 'libjpeg' does not match package name 'libjpeg-turbo'
input-labels

Identify input labels that do not match package names

label 'numpy' does not match package name 'python-numpy'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?