6 buildPythonPackage rec {
7 pname = "rapidfuzz-capi";
11 src = fetchFromGitHub {
12 owner = "maxbachmann";
13 repo = "rapidfuzz_capi";
15 hash = "sha256-0IvJl2JU/k1WbGPWRoucVGbVsEFNPHZT1ozEQAKQnPk=";
18 # upstream has no tests
21 pythonImportsCheck = [ "rapidfuzz_capi" ];
24 description = "C-API of RapidFuzz, which can be used to extend RapidFuzz from separate packages";
25 homepage = "https://github.com/maxbachmann/rapidfuzz_capi";
26 license = licenses.mit;
27 maintainers = with maintainers; [ dotlambda ];