11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "vilppuvuorinen";
22 sha256 = "1q6ny58cn9qy86blxbk6l2iklab7y11b734l7yb1bp35dmy27w26";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Python module for interacting with MELCloud";
41 homepage = "https://github.com/vilppuvuorinen/pymelcloud";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];