7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-vZS9IcHhP6x70xU/S8On3A6wl0uLwv3xqYnkdPblguU=";
16 nativeCheckInputs = [ pytestCheckHook ];
18 pythonImportsCheck = [ "colorlog" ];
21 description = "Log formatting with colors";
22 homepage = "https://github.com/borntyping/python-colorlog";
23 license = licenses.mit;
24 maintainers = with maintainers; [ dotlambda ];