12 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "somfy-open-api";
22 sha256 = "1ml536dvva2xd52jfgrd557h2sr5w6567sxnyq0blhkgpyz4m2av";
25 nativeBuildInputs = [ poetry-core ];
27 propagatedBuildInputs = [
37 pythonImportsCheck = [ "pymfy" ];
40 description = "Python client for the Somfy Open API";
41 homepage = "https://github.com/tetienne/somfy-open-api";
42 license = with licenses; [ gpl3Only ];
43 maintainers = with maintainers; [ fab ];