9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "stefankoegl";
18 repo = "python-json-patch";
20 hash = "sha256-JMGBgYjnjHQ5JpzDwJcR2nVZfzmQ8ZZtcB0GsJ9Q4Jc=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
40 description = "Library to apply JSON Patches according to RFC 6902";
41 homepage = "https://github.com/stefankoegl/python-json-patch";
42 license = licenses.bsd2; # "Modified BSD license, says pypi"
43 maintainers = with maintainers; [ ];