9 buildPythonPackage rec {
10 pname = "total-connect-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "craigjmidwinter";
18 repo = "total-connect-client";
20 hash = "sha256-HNX+8TIfXOEy4KCmOjsNvOvLBdF8iQT0NJLBDD+XWsA=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "total_connect_client"
36 description = "Interact with Total Connect 2 alarm systems";
37 homepage = "https://github.com/craigjmidwinter/total-connect-client";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];