···33, fetchPypi44, grpcio55, googleapis-common-protos66-, pytest76}:8798buildPythonPackage rec {···16171718 propagatedBuildInputs = [ grpcio googleapis-common-protos ];18191919- # non-standard test format, and python3 will load local google folder first2020- # but tests cannot be ran if google folder is removed or moved2020+ # no tests run2121 doCheck = false;2222- checkInputs = [ pytest ];2222+2323+ pythonImportsCheck = [2424+ "google.iam"2525+ "google.iam.v1"2626+ ];23272428 meta = with lib; {2529 description = "GRPC library for the google-iam-v1 service";2630 homepage = "https://github.com/googleapis/googleapis";2731 license = licenses.asl20;2828- maintainers = [ maintainers.costrouc ];3232+ maintainers = with maintainers; [ SuperSandro2000 ];2933 };3034}
+1
pkgs/top-level/python-aliases.nix
···4949 glances = throw "glances has moved to pkgs.glances"; # added 2020-20-285050 google_api_python_client = google-api-python-client; # added 2021-03-195151 googleapis_common_protos = googleapis-common-protos; # added 2021-03-195252+ grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-215253 HAP-python = hap-python; # added 2021-06-015354 lammps-cython = throw "no longer builds and is unmaintained";5455 MechanicalSoup = mechanicalsoup; # added 2021-06-01