7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-J9nPGxDkLQje6AkL9cewNqmQ7Z+00TXBEr3p71E2cnE=";
17 # LICENSE file missing from src
18 # https://github.com/mattgiles/mujson/issues/8
20 substituteInPlace setup.cfg \
21 --replace "license_file = LICENSE" ""
26 pythonImportsCheck = [ "mujson" ];
29 description = "Use the fastest JSON functions available at import time";
30 homepage = "https://github.com/mattgiles/mujson";
31 license = licenses.mit;
32 maintainers = with maintainers; [ artturin ];