11 buildPythonPackage rec {
12 pname = "py-stringmatching";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-2XuhtWKtmO/8lGaHxdqwdMF6UVEUqw3PUCIC1c7J8rU=";
27 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Python string matching library including string tokenizers and string similarity measures";
46 homepage = "https://github.com/anhaidgroup/py_stringmatching";
47 changelog = "https://github.com/anhaidgroup/py_stringmatching/blob/v${version}/CHANGES.txt";
48 license = licenses.bsd3;