9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141";
18 propagatedBuildInputs = [ requests audioread ];
22 -e '/^FPCALC_COMMAND *=/s|=.*|= "${pkgs.chromaprint}/bin/fpcalc"|' \
26 # package has no tests
29 pythonImportsCheck = [ "acoustid" ];
32 description = "Bindings for Chromaprint acoustic fingerprinting";
33 homepage = "https://github.com/sampsyo/pyacoustid";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ];