7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089";
16 nativeBuildInputs = [ pytestrunner ];
18 # No tests, need to disable or py3k breaks
22 description = "Cross-platform audio decoding";
23 homepage = "https://github.com/sampsyo/audioread";
24 license = lib.licenses.mit;