10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-X09IcZHBnruQgnCxt7UpfxMtozKxVouWqRRXTAee0Xc=";
20 propagatedBuildInputs = [
27 -e '/^FPCALC_COMMAND *=/s|=.*|= "${pkgs.chromaprint}/bin/fpcalc"|' \
31 # package has no tests
34 pythonImportsCheck = [ "acoustid" ];
37 description = "Bindings for Chromaprint acoustic fingerprinting";
38 homepage = "https://github.com/sampsyo/pyacoustid";
39 license = licenses.mit;