7 buildPythonPackage rec {
8 pname = "pycoolmasternet-async";
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
16 repo = "pycoolmasternet-async";
18 hash = "sha256-7RYKZWs8SCXCBgjbiTLSRUPujeraxiOE6MHENPmhimg=";
21 # no tests implemented
24 pythonImportsCheck = [
25 "pycoolmasternet_async"
29 description = "Python library to control CoolMasterNet HVAC bridges over asyncio";
30 homepage = "https://github.com/OnFreund/pycoolmasternet-async";
31 license = licenses.mit;
32 maintainers = with maintainers; [ dotlambda ];