7 buildPythonPackage rec {
8 pname = "spacy-legacy";
12 inherit pname version;
13 hash = "sha256-s31uDJtuHXyhz1vHFSq2SkxGcfWcha2vej/LhwNXp3Q=";
16 # nativeCheckInputs = [ pytestCheckHook spacy ];
19 pythonImportsCheck = [ "spacy_legacy" ];
22 description = "Legacy registered functions for spaCy backwards compatibility";
23 homepage = "https://github.com/explosion/spacy-legacy";
24 changelog = "https://github.com/explosion/spacy-legacy/releases/tag/v${version}";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ melling ];