13 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
25 hash = "sha256-0ZuztqHbrd+kMDGv3xyUYoTF/Ho+oHkycjSrKz8JABM=";
28 build-system = [ setuptools ];
37 # tests access network
40 pythonImportsCheck = [
48 changelog = "https://github.com/lawtancool/pyControl4/releases/tag/v${version}";
49 description = "Python 3 asyncio package for interacting with Control4 systems";
50 homepage = "https://github.com/lawtancool/pyControl4";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ dotlambda ];