11 version = "unstable-2021-05-19";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "carsonfarmer";
19 rev = "d3170fd7e4d6e95312e7e1cb02e84077a3f06379";
20 hash = "sha256-vSb6o0XvHlzev2+uQKUI66wM39ZNqDsppEc8rlB+H9E=";
24 substituteInPlace setup.py \
25 --replace '"pytest-runner",' ""
32 propagatedBuildInputs = [
37 description = "Data-structure for the dynamic closest-pair problem";
38 homepage = "https://github.com/carsonfarmer/fastpair";
39 license = licenses.mit;
40 maintainers = with maintainers; [ cmcdragonkai rakesh4g ];