12 buildPythonPackage rec {
13 pname = "azure-servicebus";
17 disabled = pythonOlder "3.8";
20 pname = "azure_servicebus";
22 hash = "sha256-PwdZcxrSIRxo60sh5byimCf31v8Ccr3H7vEDwcE/gyI=";
25 build-system = [ setuptools ];
33 # Tests require dev-tools
36 pythonImportsCheck = [ "azure.servicebus" ];
39 description = "Microsoft Azure Service Bus Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus";
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_${version}/sdk/servicebus/azure-servicebus/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ maxwilson ];