7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-Ky1ynyCRUi1hw7MfguEYcPYLaPQ/vHBct2v0uDKvWe8=";
18 description = "Resolve JSON Pointers in Python";
19 mainProgram = "jsonpointer";
20 homepage = "https://github.com/stefankoegl/python-json-pointer";
21 license = licenses.bsd2; # "Modified BSD license, says pypi"