8 buildPythonPackage rec {
11 format = "setuptools";
14 url = "mirror://pypi/s/sphfile/${pname}-${version}.tar.gz";
15 sha256 = "1596d801facc2b03a40a1bc67a839701f068a41597059feb82fc9378420c52c0";
18 propagatedBuildInputs = [ numpy ];
23 description = "Numpy-based NIST SPH audio-file reader";
24 homepage = "https://github.com/mcfletch/sphfile";
25 license = licenses.mit;
26 maintainers = with maintainers; [ abbradar ];
27 platforms = platforms.unix;