python39Packages.pyacoustid: update meta, disable checks, add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 16:04:03 +02:00 committed by Jonathan Ringer
parent 22dbae5f7e
commit fbf8b31493

View File

@ -23,10 +23,15 @@ buildPythonPackage rec {
acoustid.py
'';
# package has no tests
doCheck = false;
pythonImportsCheck = [ "acoustid" ];
meta = with lib; {
description = "Bindings for Chromaprint acoustic fingerprinting";
homepage = "https://github.com/sampsyo/pyacoustid";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}