11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-cTgDmn7PVA2jI3kthZLvmQKx1563jBR9TyBmTeefNoA=";
23 propagatedBuildInputs = [ levenshtein ];
27 substituteInPlace test_thefuzz.py --replace "import pycodestyle" ""
30 pythonImportsCheck = [ "thefuzz" ];
39 "test_pep8_conformance"
43 description = "Fuzzy string matching for Python";
44 homepage = "https://github.com/seatgeek/thefuzz";
45 changelog = "https://github.com/seatgeek/thefuzz/blob/${version}/CHANGES.rst";
46 license = licenses.gpl2Only;
47 maintainers = with maintainers; [ sumnerevans ];