mpi4py: Adhere to package description convention
This commit is contained in:
@@ -46,9 +46,8 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ openssh ];
|
propagatedBuildInputs = [ openssh ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "
|
description =
|
||||||
Provides Python bindings for the Message Passing Interface standard.
|
"Provides Python bindings for the Message Passing Interface standard";
|
||||||
";
|
|
||||||
homepage = "http://code.google.com/p/mpi4py/";
|
homepage = "http://code.google.com/p/mpi4py/";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user