10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
21 hash = "sha256-2JAZHayPyi2RI4apODQ9QDXSUI8n54SwQAxZiBhuJrE=";
24 build-system = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "json5" ];
31 description = "Python implementation of the JSON5 data format";
32 homepage = "https://github.com/dpranke/pyjson5";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ veehaitch ];
35 mainProgram = "pyjson5";