9 buildPythonPackage rec {
10 pname = "chromaprint";
12 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-d4M+ieNQpIXcnEH1WyIWnTYZe3P+Y58W0uz1uYPwLQE=";
21 buildInputs = [ m2r ];
26 pythonImportsCheck = [ "chromaprint" ];
29 description = "Facilitate effortless color terminal output";
30 homepage = "https://pypi.org/project/${pname}/";
31 license = licenses.mit;
32 maintainers = with maintainers; [