{ lib, buildPythonPackage, fetchPypi, setuptools, msrest, msrestazure, azure-common, azure-mgmt-core, azure-mgmt-nspkg, }: buildPythonPackage (finalAttrs: { pname = "azure-mgmt-notificationhubs"; version = "8.0.0"; pyproject = true; __structuredAttrs = true; src = fetchPypi { inherit (finalAttrs) pname version; extension = "zip"; hash = "sha256-Tdkk9HBJk+Pr8dQuK+HL4LDZCOaVhX+gjENprhHQ6zY="; }; build-system = [ setuptools ]; dependencies = [ msrest msrestazure azure-common azure-mgmt-core azure-mgmt-nspkg ]; # has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.notificationhubs" ]; meta = { description = "This is the Microsoft Azure Notification Hubs Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ maxwilson ]; }; })