6 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "happyleavesaoc";
13 repo = "python-orvibo";
15 sha256 = "sha256-Azmho47CEbRo18emmLKhYa/sViQX0oxUTUk4zdrpOaE=";
20 pythonImportsCheck = [ "orvibo" ];
23 description = "Python client to work with Orvibo devices";
24 homepage = "https://github.com/happyleavesaoc/python-orvibo";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];