8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-rFRgpUmMSL3y6OdnQCWDpNzRP0QU0ob0LOQ3nos1Bm0=";
18 nativeBuildInputs = [ flit-core ];
20 # No tests, need to disable or py3k breaks
24 description = "Cross-platform audio decoding";
25 homepage = "https://github.com/sampsyo/audioread";
26 license = lib.licenses.mit;