Skip to content

Commit

Permalink
mypy-boto3: init at 1.26.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Dec 8, 2022
1 parent f21f11a commit 0ba7b21
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 0 deletions.
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-batch/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-batch";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "0mx68bjs2f1bf63ddsa6bpkd2ygdxx8w8mhwshwkpxn4iq74mc1g";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_batch"
];

meta = with lib; {
description = "Type annotations for boto3.batch";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-dynamodb/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-dynamodb";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "1qz69cz49rqzyfpnbs3h01d5gf2fsqk2d8580dvbfcr0jvzl24bk";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_dynamodb"
];

meta = with lib; {
description = "Type annotations for boto3.dynamodb";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-events/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-events";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "08nf6sy5br1v72kyfvdmrb061g62zvx6z2bf8csiblf4mqz4la2d";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_events"
];

meta = with lib; {
description = "Type annotations for boto3.events";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-lambda/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-lambda";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "1g5f74xhz0w04pid1csrhr38q1li7z4mc7bjwrcgq4xab7wysv9y";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_lambda"
];

meta = with lib; {
description = "Type annotations for boto3.lambda";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-s3control/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-s3control";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "1f64wgk38hwkwiqqs8k11g7mqcp2pfly7y5wxyff78p9362akxqv";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_s3control"
];

meta = with lib; {
description = "Type annotations for boto3.s3control";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-sns/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-sns";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "10l5xrlrrr91i02ysjjqr2g9v05gqixf87rqhvka8ak40vqx8fq8";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_sns"
];

meta = with lib; {
description = "Type annotations for boto3.sns";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-sqs/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-sqs";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "0436fvbqpa1c283arvqcka907pzr10gamvnzxdp9bi3aj16avbkc";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_sqs"
];

meta = with lib; {
description = "Type annotations for boto3.sqs";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-ssm/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-ssm";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "1hc7gq0lkwn1x8y9w208sja0c3q792vpm10pllcxblja713p4ilb";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_ssm"
];

meta = with lib; {
description = "Type annotations for boto3.ssm";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-stepfunctions";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "1i6bg7rvzixnid5wa4pk8ps179h8219ksx8p4i6yjlbxbpd5ymlk";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_stepfunctions"
];

meta = with lib; {
description = "Type annotations for boto3.stepfunctions";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
39 changes: 39 additions & 0 deletions pkgs/development/python-modules/mypy-boto3-sts/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{ lib
, boto3
, buildPythonPackage
, fetchPypi
, pythonOlder
, typing-extensions
}:

buildPythonPackage rec {
pname = "mypy-boto3-sts";
version = "1.26.0.post1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "07pgr0cr9zx5nsf44q1aid5kalq4sm3frh3dyslg5lh5bgf8cr5k";
};

propagatedBuildInputs = [
boto3
typing-extensions
];

# Project has no tests
doCheck = false;

pythonImportsCheck = [
"mypy_boto3_sts"
];

meta = with lib; {
description = "Type annotations for boto3.sts";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
Loading

0 comments on commit 0ba7b21

Please sign in to comment.