2 , buildPythonPackage, fetchPypi
3 , numpy, scipy, cython, six, decorator
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "34c5ccc40c9e177cfd764daa9f7635c4c1e648e14ce78ba975537dae5a14c4e4";
15 PYSPTK_BUILD_VERSION = 0;
21 propagatedBuildInputs = [
28 # No tests in the PyPI tarball
32 description = "A python wrapper for Speech Signal Processing Toolkit (SPTK)";
33 homepage = "https://pysptk.readthedocs.io/en/latest/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ hyphon81 ];