python3Packages.pymicro-vad: drop

This commit is contained in:
Robert Schütz
2026-01-08 02:43:18 -08:00
parent fd358cb9f7
commit b2a8824b47
3 changed files with 1 additions and 44 deletions
@@ -1,42 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
pybind11,
setuptools,
# tests
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "pymicro-vad";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "pymicro-vad";
tag = version;
hash = "sha256-yKy/oD6nl2qZW64+aAHZRAEFextCXT6RpMfPThB8DXE=";
};
build-system = [
pybind11
setuptools
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "pymicro_vad" ];
meta = {
changelog = "https://github.com/rhasspy/pymicro-vad/releases/tag/${version}";
description = "Self-contained voice activity detector";
homepage = "https://github.com/rhasspy/pymicro-vad";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ hexa ];
};
}
+1
View File
@@ -348,6 +348,7 @@ mapAliases {
pylit = throw "'pylit' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-29
pymc3 = throw "'pymc3' has been renamed to/replaced by 'pymc'"; # Converted to throw 2025-10-29
pymelcloud = throw "'pymelcloud' has been renamed to/replaced by 'python-melcloud'"; # Converted to throw 2025-10-29
pymicro-vad = throw "'pymicro-vad' was removed because Home Assistant switched to 'pysilero-vad'"; # added 2026-01-08
PyMVGLive = throw "'PyMVGLive' has been renamed to/replaced by 'pymvglive'"; # Converted to throw 2025-10-29
pymyq = throw "'pymyq' has been renamed to/replaced by 'python-myq'"; # Converted to throw 2025-10-29
pyownet = throw "pyownet was removed because Home Assistant switched to aio-ownet"; # added 2025-10-31
-2
View File
@@ -13903,8 +13903,6 @@ self: super: with self; {
pymfy = callPackage ../development/python-modules/pymfy { };
pymicro-vad = callPackage ../development/python-modules/pymicro-vad { };
pymicrobot = callPackage ../development/python-modules/pymicrobot { };
pymiele = callPackage ../development/python-modules/pymiele { };