8 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-xDdX4BgLDhm3rkwTCtQqB8xYDDGRL2H0gj6Ory+jlKM=";
19 propagatedBuildInputs = [ jsonschema ];
21 nativeCheckInputs = [ pytestCheckHook ];
24 description = "Merge a series of JSON documents";
25 homepage = "https://github.com/avian2/jsonmerge";
26 changelog = "https://github.com/avian2/jsonmerge/blob/jsonmerge-${version}/ChangeLog";
27 license = licenses.mit;
28 maintainers = with maintainers; [ emily ];