1 { lib, fetchurl, buildPythonPackage, numpy }:
3 buildPythonPackage rec {
8 url = "mirror://pypi/s/sphfile/${pname}-${version}.tar.gz";
9 sha256 = "1596d801facc2b03a40a1bc67a839701f068a41597059feb82fc9378420c52c0";
12 propagatedBuildInputs = [ numpy ];
17 description = "Numpy-based NIST SPH audio-file reader";
18 homepage = "https://github.com/mcfletch/sphfile";
19 license = licenses.mit;
20 maintainers = with maintainers; [ abbradar ];
21 platforms = platforms.unix;