14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-AZUDI9AL57tXz7VzPGF9uEeKW4/6JsaBUiFkigl640Q=";
26 PYSPTK_BUILD_VERSION = 0;
32 propagatedBuildInputs = [
39 # Tests are not part of the PyPI releases
42 pythonImportsCheck = [
47 broken = stdenv.isDarwin;
48 description = "Wrapper for Speech Signal Processing Toolkit (SPTK)";
49 homepage = "https://pysptk.readthedocs.io/";
50 license = licenses.mit;
51 maintainers = with maintainers; [ hyphon81 ];