7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-J5WETvB17IorjThcTVn16kiwjnGA/OPLJ4e+DbALH7Q=";
18 sed -e "/'jsondiff=jsondiff.cli:main_deprecated',/d" -i setup.py
25 description = "Diff JSON and JSON-like structures in Python";
26 mainProgram = "jdiff";
27 homepage = "https://github.com/ZoomerAnalytics/jsondiff";
28 license = lib.licenses.mit;