eccodes: Provide python bindings
This commit is contained in:
parent
3b44cd731c
commit
abdaf5a290
@ -6379,6 +6379,14 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eccodes = if (isPy27) then
|
||||||
|
(pkgs.eccodes.overrideAttrs (oldattrs: {
|
||||||
|
name = "${python.libPrefix}-" + oldattrs.name;
|
||||||
|
})).override {
|
||||||
|
enablePython = true;
|
||||||
|
pythonPackages = self;
|
||||||
|
} else throw "eccodes not supported for interpreter ${python.executable}";
|
||||||
|
|
||||||
EditorConfig = buildPythonPackage rec {
|
EditorConfig = buildPythonPackage rec {
|
||||||
name = "EditorConfig-${version}";
|
name = "EditorConfig-${version}";
|
||||||
version = "0.12.0";
|
version = "0.12.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user