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