python3Packages.livekit-protocol: add updateScript; python3Packages.livekit-api: add updateScript (#404310)
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user