···3, fetchPypi
4, grpcio
5, googleapis-common-protos
6-, pytest
7}:
89buildPythonPackage rec {
···1718 propagatedBuildInputs = [ grpcio googleapis-common-protos ];
1920- # non-standard test format, and python3 will load local google folder first
21- # but tests cannot be ran if google folder is removed or moved
22 doCheck = false;
23- checkInputs = [ pytest ];
00002425 meta = with lib; {
26 description = "GRPC library for the google-iam-v1 service";
27 homepage = "https://github.com/googleapis/googleapis";
28 license = licenses.asl20;
29- maintainers = [ maintainers.costrouc ];
30 };
31}
···3, fetchPypi
4, grpcio
5, googleapis-common-protos
06}:
78buildPythonPackage rec {
···1617 propagatedBuildInputs = [ grpcio googleapis-common-protos ];
1819+ # no tests run
020 doCheck = false;
21+22+ pythonImportsCheck = [
23+ "google.iam"
24+ "google.iam.v1"
25+ ];
2627 meta = with lib; {
28 description = "GRPC library for the google-iam-v1 service";
29 homepage = "https://github.com/googleapis/googleapis";
30 license = licenses.asl20;
31+ maintainers = with maintainers; [ SuperSandro2000 ];
32 };
33}
+1
pkgs/top-level/python-aliases.nix
···49 glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
50 google_api_python_client = google-api-python-client; # added 2021-03-19
51 googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
052 HAP-python = hap-python; # added 2021-06-01
53 lammps-cython = throw "no longer builds and is unmaintained";
54 MechanicalSoup = mechanicalsoup; # added 2021-06-01
···49 glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
50 google_api_python_client = google-api-python-client; # added 2021-03-19
51 googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
52+ grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
53 HAP-python = hap-python; # added 2021-06-01
54 lammps-cython = throw "no longer builds and is unmaintained";
55 MechanicalSoup = mechanicalsoup; # added 2021-06-01