9 buildPythonPackage rec {
10 pname = "spacy-loggers";
14 inherit pname version;
15 sha256 = "sha256-APb9VU25/R/eZQGyPh8Ocvbu8Uux5/wVRW0R0dLekso=";
18 propagatedBuildInputs = [
23 pythonImportsCheck = [ "spacy_loggers" ];
25 # skipping the checks, becaus it requires a cycle dependency to spacy as well.
29 description = "Logging utilities for spaCy";
30 homepage = "https://github.com/explosion/spacy-loggers";
31 license = licenses.mit;
32 maintainers = with maintainers; [ stunkymonkey ];