7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-5HMdxoS1a4ddl0ZFmtZl07woGla1MKzfHJdzAWd5mUE=";
17 # Modules doesn't have tests
20 pythonImportsCheck = [ "retry-stubs" ];
23 description = "Typing stubs for retry";
24 homepage = "https://github.com/python/typeshed";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ fab ];