24 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
31 inherit pname version;
32 hash = "sha256-a+AkSMCPx9fE7fhSiQBuOaSlPvdHIB/yS2dcZS9AxoY=";
35 propagatedBuildInputs = [
53 nativeCheckInputs = [ pytestCheckHook ];
56 # Almost all tests have to deal with downloading a dataset, only test pure tests
57 "tests/test_constants.py"
58 "tests/preprocessing/test_normalize.py"
59 "tests/similarity/test_edits.py"
60 "tests/preprocessing/test_resources.py"
61 "tests/preprocessing/test_replace.py"
64 pythonImportsCheck = [ "textacy" ];
67 description = "Higher-level text processing, built on spaCy";
68 homepage = "https://textacy.readthedocs.io/";
69 license = licenses.asl20;