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