10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-cLKEKDCMK7lCtbmj2KbhgJUCZpPnPI5tZvO5L+ey8qI=";
22 build-system = [ setuptools ];
29 pythonImportsCheck = [ "somweb" ];
31 doCheck = false; # no tests
34 changelog = "https://github.com/taarskog/pySOMweb/releases/tag/v${version}";
35 description = "A client library to control garage door operators produced by SOMMER through their SOMweb device";
36 homepage = "https://github.com/taarskog/pysomweb";
37 license = licenses.mit;
38 maintainers = with maintainers; [ uvnikita ];
39 mainProgram = "somweb";