python39Packages.pyacoustid: update meta, disable checks, add import check
This commit is contained in:
parent
22dbae5f7e
commit
fbf8b31493
@ -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; [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user