8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-0ommoTv5q7YuLNF+ZPWW/Xg/8CwnPrF7rXJ+eS0joUs=";
24 pythonImportsCheck = [
29 homepage = "https://github.com/dpranke/pyjson5";
30 description = "A Python implementation of the JSON5 data format";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ veehaitch ];