6 python3Packages.buildPythonApplication rec {
7 pname = "wyoming-faster-whisper";
11 src = fetchFromGitHub {
13 repo = "wyoming-faster-whisper";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-zWa872YkPh8B7dE//leth+ixIa1wHSRcjkvH2lXzolc=";
18 nativeBuildInputs = with python3Packages; [
27 propagatedBuildInputs = with python3Packages; [
32 pythonImportsCheck = [
33 "wyoming_faster_whisper"
40 changelog = "https://github.com/rhasspy/wyoming-faster-whisper/releases/tag/v${version}";
41 description = "Wyoming Server for Faster Whisper";
42 homepage = "https://github.com/rhasspy/wyoming-faster-whisper";
43 license = licenses.mit;
44 maintainers = with maintainers; [ hexa ];