12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "somfy-open-api";
23 sha256 = "0wpjwjmywfyqgwvfa5kwcjpaljc32qa088kk88nl9nqdvc31mzhv";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Python client for the Somfy Open API";
46 homepage = "https://github.com/tetienne/somfy-open-api";
47 license = with licenses; [ gpl3Only ];
48 maintainers = with maintainers; [ fab ];