7 buildPythonPackage rec {
8 pname = "somfy-mylink-synergy";
11 disabled = pythonOlder "3.5";
13 src = fetchFromGitHub {
15 repo = "somfy-mylink-synergy";
17 sha256 = "1aa178b5lxdzfa4z7sjw6ky39dkfazp7dqs9dq78z2zay2sqgmgr";
20 # no tests implemented
23 pythonImportsCheck = [ "somfy_mylink_synergy" ];
26 description = "Python API to utilise the Somfy Synergy JsonRPC API";
27 homepage = "https://github.com/bendews/somfy-mylink-synergy";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dotlambda ];