11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-32bpSBYl6yxb4lJhHnfnYhtye7DaBZT0VAe9rDcleTc=";
30 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "A simple and fast python package to evaluate an automatic speech recognition system";
45 mainProgram = "jiwer";
46 homepage = "https://github.com/jitsi/jiwer";
47 changelog = "https://github.com/jitsi/jiwer/releases/tag/v${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ GaetanLepage ];