6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-5HMdxoS1a4ddl0ZFmtZl07woGla1MKzfHJdzAWd5mUE=";
16 # Modules doesn't have tests
19 pythonImportsCheck = [
24 description = "Typing stubs for retry";
25 homepage = "https://github.com/python/typeshed";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ fab ];