11 buildPythonPackage rec {
14 format = "setuptools";
16 # pypi version doesn't include required data files for tests
17 src = fetchFromGitHub {
21 sha256 = "0xskllq66wqndjfmvp58k26cv3w480sqsil6ifwp4gghir7hqc8m";
24 pythonImportsCheck = [
35 ${python.interpreter} test/test.py
39 description = "Manipulate audio with a simple and easy high level interface";
40 homepage = "http://pydub.com";
41 license = licenses.mit;
42 maintainers = with maintainers; [ hexa ];