11 buildPythonPackage rec {
12 pname = "azure-eventgrid";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-a9fVQBbMo6Zwdp6WTYKiQBlqJcQRs+nxqKqBVcPbBew=";
36 pythonImportsCheck = [
41 description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model";
42 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid";
43 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_${version}/sdk/eventgrid/azure-eventgrid/CHANGELOG.md";
44 license = licenses.mit;
45 maintainers = with maintainers; [ maxwilson ];