13 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-1+xIqOogRUt+blX7AZSKIiU8lpR4AzKIIW/smCSft94=";
25 nativeBuildInputs = [ poetry-core ];
27 propagatedBuildInputs = [ requests ];
37 pythonImportsCheck = [ "pyvera" ];
40 description = "Python library to control devices via the Vera hub";
41 homepage = "https://github.com/pavoni/pyvera";
42 license = with licenses; [ gpl2Only ];
43 maintainers = with maintainers; [ fab ];