Loading pkgs/development/python-modules/azure-eventhub/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ azure-core, buildPythonPackage, fetchFromGitHub, gitUpdater, setuptools, typing-extensions, }: Loading Loading @@ -36,6 +37,10 @@ buildPythonPackage rec { "azure.eventhub.aio" ]; passthru = { updateScript = gitUpdater { rev-prefix = "azure.eventhub."; }; }; meta = with lib; { description = "Microsoft Azure Event Hubs Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub"; Loading Loading
pkgs/development/python-modules/azure-eventhub/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ azure-core, buildPythonPackage, fetchFromGitHub, gitUpdater, setuptools, typing-extensions, }: Loading Loading @@ -36,6 +37,10 @@ buildPythonPackage rec { "azure.eventhub.aio" ]; passthru = { updateScript = gitUpdater { rev-prefix = "azure.eventhub."; }; }; meta = with lib; { description = "Microsoft Azure Event Hubs Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub"; Loading