9 buildPythonPackage rec {
10 pname = "jsonformatter";
14 src = fetchFromGitHub {
15 owner = "MyColorfulDays";
16 repo = "jsonformatter";
18 hash = "sha256-A+lsSBrm/64w7yMabmuAbRCLwUUdulGH3jB/DbYJ2QY=";
21 build-system = [ setuptools ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "jsonformatter" ];
28 description = "Formatter to output JSON log, e.g. output LogStash needed log";
29 homepage = "https://github.com/MyColorfulDays/jsonformatter";
30 changelog = "https://github.com/MyColorfulDays/jsonformatter/releases/tag/v${version}";
31 license = licenses.bsd2;
32 maintainers = with maintainers; [ gador ];