1 { lib, buildPythonPackage, fetchPypi, isPy3k, pytestCheckHook }:
3 buildPythonPackage rec {
10 sha256 = "0qqj0053r77ppkcyyk2fhpaxjzsl1h98nf9clpny6cs66sdl241v";
13 nativeCheckInputs = [ pytestCheckHook ];
16 description = "Lightweight Marshalling of Python 3 Objects.";
17 homepage = "https://github.com/b6d/lima";
18 license = licenses.mit;
19 maintainers = with maintainers; [ zhaofengli ];