7 buildPythonPackage rec {
8 pname = "textdistance";
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-cyxQMVzU7pRjg4ZDzxnWkiEwLDYDHqpgcMMMwKpdqMo=";
22 pythonImportsCheck = [
27 description = "Python library for comparing distance between two or more sequences";
28 homepage = "https://github.com/life4/textdistance";
29 changelog = "https://github.com/life4/textdistance/releases/tag/${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ ];