8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
19 sha256 = "097j6jxgl4b3z46x9y9z10643vnr9v831vhagrxzrq6nviil2z6l";
27 substituteInPlace setup.py \
28 --replace "pytest-runner>=5.2" ""
31 pythonImportsCheck = [
36 description = "Simple backoff algorithm in Python";
37 homepage = "https://github.com/alexferl/justbackoff";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];