8 buildPythonPackage rec {
9 pname = "concurrent-log-handler";
14 pname = "concurrent_log_handler";
16 hash = "sha256-HixvAhQU4hTT2sZhB4lIJ6PnjbYwGDBKTynlW6VJrCI=";
27 pythonImportsCheck = [
28 "concurrent_log_handler"
31 doCheck = false; # upstream has no tests
34 description = "Python logging handler that allows multiple processes to safely write to the same log file concurrently";
35 homepage = "https://github.com/Preston-Landers/concurrent-log-handler";
36 license = licenses.asl20;
37 maintainers = [ maintainers.bbjubjub ];