Unverified Commit 053bdd80 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.livekit-protocol: add updateScript;...

python3Packages.livekit-protocol: add updateScript; python3Packages.livekit-api: add updateScript (#404310)
parents bd093a6b c451881b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";
+3 −0
Original line number Diff line number Diff line
@@ -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/";