python3Packages.livekit-protocol: add updateScript; python3Packages.livekit-api: add updateScript (#404310)

This commit is contained in:
Martin Weinelt
2025-05-22 15:10:18 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -8,6 +8,7 @@
protobuf,
livekit-protocol,
pytestCheckHook,
gitUpdater,
}:
buildPythonPackage rec {
@@ -43,6 +44,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "livekit" ];
passthru.updateScript = gitUpdater { rev-prefix = "api-v"; };
meta = {
description = "LiveKit real-time and server SDKs for Python";
homepage = "https://github.com/livekit/python-sdks/";
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
protobuf,
gitUpdater,
}:
buildPythonPackage rec {
@@ -32,6 +33,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "livekit" ];
passthru.updateScript = gitUpdater { rev-prefix = "protocol-v"; };
meta = {
description = "LiveKit real-time and server SDKs for Python";
homepage = "https://github.com/livekit/python-sdks/";