h5py: Adhere to package description convention
This commit is contained in:
parent
f50c5602e9
commit
9ac9a06f13
@ -34,9 +34,8 @@ buildPythonPackage rec {
|
|||||||
;
|
;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "
|
description =
|
||||||
The h5py package is a Pythonic interface to the HDF5 binary data format.
|
"Provides a Pythonic interface to the HDF5 binary data format";
|
||||||
";
|
|
||||||
homepage = "http://www.h5py.org/";
|
homepage = "http://www.h5py.org/";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user