1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "15v69rg2lkcykb2spnq6vbbirv9sfq480fnwmfppw9gn3h95pi7k";
13 checkInputs = [ pytest mock ];
20 description = "An implementation of JSON Reference for Python";
21 homepage = "https://github.com/gazpachoking/jsonref";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];
24 platforms = platforms.all;