10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-ol5JeGscRgPH/G4taea8ZgmCopGWmLU2/4NU4GMcxA0=";
22 propagatedBuildInputs = [ levenshtein ];
26 substituteInPlace test_thefuzz.py --replace "import pycodestyle" ""
29 pythonImportsCheck = [
40 "test_pep8_conformance"
44 description = "Fuzzy string matching for Python";
45 homepage = "https://github.com/seatgeek/thefuzz";
46 changelog = "https://github.com/seatgeek/thefuzz/blob/${version}/CHANGES.rst";
47 license = licenses.gpl2Only;
48 maintainers = with maintainers; [ sumnerevans ];