13 buildPythonPackage rec {
14 pname = "google-cloud-tasks";
18 inherit pname version;
19 sha256 = "6be2f2bca14b4eb1c1bdb0f4ba1dadf791e79a2a3e1fae762e5631a3d9fe094e";
22 propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];
24 checkInputs = [ mock pytestCheckHook pytest-asyncio ];
27 # requires credentials
31 pythonImportsCheck = [
33 "google.cloud.tasks_v2"
34 "google.cloud.tasks_v2beta2"
35 "google.cloud.tasks_v2beta3"
39 description = "Cloud Tasks API API client library";
40 homepage = "https://github.com/googleapis/python-tasks";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ SuperSandro2000 ];