11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-g8bYGJ6Kw6y3BUnuoP1IAye5CL0geH5l7pTb3xxq7jI=";
23 nativeBuildInputs = [ poetry-core ];
31 pythonImportsCheck = [ "backoff" ];
34 description = "Function decoration for backoff and retry";
35 homepage = "https://github.com/litl/backoff";
36 license = licenses.mit;
37 maintainers = with maintainers; [ chkno ];