9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 hash = "sha256-0n4IS5W3nvYwKdl6FVf4upRrFDGdYHohsaXadFy8d8w=";
20 propagatedBuildInputs = [ requests ];
22 # Projec thas no tests
24 pythonImportsCheck = [ "pymitv" ];
27 description = "Python client the Mi Tv 3";
28 homepage = "https://github.com/simse/pymitv";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];