pythonPackages.google_cloud_iam: Rename to fit other packages, cleanup
This commit is contained in:
parent
9711439698
commit
cb58e7539f
@ -1,5 +1,14 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, pythonOlder
|
{ lib
|
||||||
, google_api_core, libcst, mock, proto-plus, pytest-asyncio }:
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
|
, google_api_core
|
||||||
|
, libcst
|
||||||
|
, mock
|
||||||
|
, proto-plus
|
||||||
|
, pytest-asyncio
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-iam";
|
pname = "google-cloud-iam";
|
||||||
@ -11,12 +20,18 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google_api_core libcst proto-plus ];
|
propagatedBuildInputs = [ google_api_core libcst proto-plus ];
|
||||||
|
|
||||||
checkInputs = [ mock pytestCheckHook pytest-asyncio ];
|
checkInputs = [ mock pytestCheckHook pytest-asyncio ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"google.cloud.iam_credentials"
|
||||||
|
"google.cloud.iam_credentials_v1"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Google Cloud IAM API client library";
|
description = "IAM Service Account Credentials API client library";
|
||||||
homepage = "https://github.com/googleapis/python-iam";
|
homepage = "https://github.com/googleapis/python-iam";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ austinbutler ];
|
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -2553,7 +2553,7 @@ in {
|
|||||||
|
|
||||||
google_cloud_firestore = callPackage ../development/python-modules/google_cloud_firestore { };
|
google_cloud_firestore = callPackage ../development/python-modules/google_cloud_firestore { };
|
||||||
|
|
||||||
google-cloud-iam = callPackage ../development/python-modules/google-cloud-iam { };
|
google_cloud_iam = callPackage ../development/python-modules/google_cloud_iam { };
|
||||||
|
|
||||||
google_cloud_iot = callPackage ../development/python-modules/google_cloud_iot { };
|
google_cloud_iot = callPackage ../development/python-modules/google_cloud_iot { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user