13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
23 hash = "sha256-HNsw9VLP7XEgs8E2X6p7ygDM47AwWxMYjptipknFig4=";
26 propagatedBuildInputs = [
33 nativeCheckInputs = [ unittestCheckHook ];
35 unittestFlagsArray = [
40 pythonImportsCheck = [ "auditok" ];
42 # The most recent version is 0.2.0, but the only dependent package is
43 # ffsubsync, which is pinned at 0.1.5.
44 passthru.skipBulkUpdate = true;
47 description = "Audio Activity Detection tool that can process online data as well as audio files";
48 mainProgram = "auditok";
49 homepage = "https://github.com/amsehili/auditok/";
50 changelog = "https://github.com/amsehili/auditok/blob/v${version}/CHANGELOG";
51 license = licenses.mit;