pythonPackages.google_cloud_access_context_manager: Rename to fit other packages, cleanup
This commit is contained in:
parent
f34f2f0b90
commit
9711439698
@ -9,19 +9,19 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1qy7wv1xn7g3x5z0vvv0pwmxhin4hw2m9fs9iklnghy00vg37v0b";
|
sha256 = "1qy7wv1xn7g3x5z0vvv0pwmxhin4hw2m9fs9iklnghy00vg37v0b";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ google_api_core ];
|
propagatedBuildInputs = [ google_api_core ];
|
||||||
|
|
||||||
# No tests in repo
|
# No tests in repo
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "google.identity.accesscontextmanager" ];
|
pythonImportsCheck = [
|
||||||
|
"google.identity.accesscontextmanager"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Protobufs for Google Access Context Manager.";
|
description = "Protobufs for Google Access Context Manager.";
|
||||||
homepage = "https://github.com/googleapis/python-access-context-manager";
|
homepage = "https://github.com/googleapis/python-access-context-manager";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ austinbutler ];
|
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -2525,7 +2525,7 @@ in {
|
|||||||
|
|
||||||
google-auth-oauthlib = callPackage ../development/python-modules/google-auth-oauthlib { };
|
google-auth-oauthlib = callPackage ../development/python-modules/google-auth-oauthlib { };
|
||||||
|
|
||||||
google-cloud-access-context-manager = callPackage ../development/python-modules/google-cloud-access-context-manager { };
|
google_cloud_access_context_manager = callPackage ../development/python-modules/google_cloud_access_context_manager { };
|
||||||
|
|
||||||
google_cloud_asset = callPackage ../development/python-modules/google_cloud_asset { };
|
google_cloud_asset = callPackage ../development/python-modules/google_cloud_asset { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user