9 buildPythonPackage rec {
10 pname = "mypy-boto3-s3";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-aJd/dEzjucQgiEZ/9m4z55HKPyew3FXztVApjwPqGm8=";
21 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Type annotations for boto3";
35 homepage = "https://vemel.github.io/boto3_stubs_docs/mypy_boto3_s3/";
36 license = with licenses; [ bsd3 ];
37 maintainers = with maintainers; [ fab ];