7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-8nkfzr5RLqLx0VOih0d4UjqAZIYLWRzZCvwhqL7UMuM=";
18 description = "Easy to use retry decorator";
19 homepage = "https://github.com/leshchenko1979/reretry";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ renatoGarcia ];