1 { lib, buildPythonPackage, fetchPypi, isPy3k
4 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "8d92f2f5790da038d828ac862673e0bb43e8e972e4c70b1714dd9a0fb776c8d1";
15 propagatedBuildInputs = [ async-timeout ];
20 pythonImportsCheck = [
27 homepage = "https://github.com/pvizeli/ha-ffmpeg";
28 description = "Library for home-assistant to handle ffmpeg";
29 license = licenses.bsd3;
30 maintainers = teams.home-assistant.members;