7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-8XwBOgaWKwL0RJ7gfP2+ayh98p78LJoVFbSjdvTliOo=";
16 checkInputs = [ 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 ];