6 hatch-fancy-pypi-readme,
17 buildPythonPackage rec {
22 src = fetchFromGitHub {
26 hash = "sha256-DasubVqKRhX4CRyKyJ3fIA9Rxmy+kGxkW0pDdu8OPPo=";
30 hatch-fancy-pypi-readme
35 propagatedBuildInputs = [
40 pythonImportsCheck = [ "stamina" ];
48 description = "Production-grade retries for Python";
49 homepage = "https://github.com/hynek/stamina";
50 changelog = "https://github.com/hynek/stamina/blob/${src.rev}/CHANGELOG.md";
51 license = licenses.mit;
52 maintainers = with maintainers; [ mbalatsko ];