12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
20 owner = "vilppuvuorinen";
23 sha256 = "1q6ny58cn9qy86blxbk6l2iklab7y11b734l7yb1bp35dmy27w26";
26 propagatedBuildInputs = [ aiohttp ];
28 doCheck = pythonOlder "3.11"; # asynctest is unsupported on python3.11
36 pythonImportsCheck = [ "pymelcloud" ];
39 description = "Python module for interacting with MELCloud";
40 homepage = "https://github.com/vilppuvuorinen/pymelcloud";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];