11 buildPythonPackage rec {
12 pname = "azure-eventgrid";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-o895Xjp/su2mc1WHbsQvWDe28sX/HhLtOb7BC5TFkyg=";
23 propagatedBuildInputs = [
27 ] ++ lib.optionals (pythonOlder "3.8") [
34 pythonImportsCheck = [
39 description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_${version}/sdk/eventgrid/azure-eventgrid/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ maxwilson ];