23 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
30 inherit pname version;
31 sha256 = "sha256-a+AkSMCPx9fE7fhSiQBuOaSlPvdHIB/yS2dcZS9AxoY=";
34 propagatedBuildInputs = [
57 # Almost all tests have to deal with downloading a dataset, only test pure tests
58 "tests/test_constants.py"
59 "tests/preprocessing/test_normalize.py"
60 "tests/similarity/test_edits.py"
61 "tests/preprocessing/test_resources.py"
62 "tests/preprocessing/test_replace.py"
65 pythonImportsCheck = [ "textacy" ];
68 description = "Higher-level text processing, built on spaCy";
69 homepage = "https://textacy.readthedocs.io/";
70 license = licenses.asl20;