6 buildPythonPackage rec {
7 pname = "spacy-legacy";
11 inherit pname version;
12 sha256 = "sha256-T33LxObI6MtOrbsAn5wKGipnRC4AMsjWd2yUcMN1mQM=";
15 # checkInputs = [ pytestCheckHook spacy ];
17 pythonImportsCheck = [ "spacy_legacy" ];
20 description = "A Path interface for local and cloud bucket storage";
21 homepage = "https://github.com/justindujardin/pathy";
22 license = licenses.asl20;
23 maintainers = with maintainers; [ melling ];