5 , hatch-fancy-pypi-readme
16 buildPythonPackage rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-DasubVqKRhX4CRyKyJ3fIA9Rxmy+kGxkW0pDdu8OPPo=";
29 hatch-fancy-pypi-readme
34 propagatedBuildInputs = [
39 pythonImportsCheck = [ "stamina" ];
47 description = "Production-grade retries for Python";
48 homepage = "https://github.com/hynek/stamina";
49 changelog = "https://github.com/hynek/stamina/blob/${src.rev}/CHANGELOG.md";
50 license = licenses.mit;
51 maintainers = with maintainers; [ mbalatsko ];