7 buildPythonPackage rec{
12 inherit pname version;
13 sha256 = "04drdvjjbh370csv2vb5zamg2aanxqkfm6w361qkybnra4g4g0dz";
16 propagatedBuildInputs = [ six ];
18 # PyPI archive doesn't have tests
21 pythonImportsCheck = [ "riprova" ];
24 homepage = "https://github.com/h2non/riprova";
25 description = "Small and versatile library to retry failed operations using different backoff strategies";
26 license = licenses.mit;
27 maintainers = with maintainers; [ mmilata ];