7 buildPythonPackage rec {
8 pname = "pyintesishome";
11 src = fetchFromGitHub {
13 repo = "pyIntesisHome";
14 rev = "refs/tags/${version}";
15 sha256 = "sha256-+pXGB7mQszbBp4KhOYzDKoGFoUHATWLbOU6QwMIpGWU=";
18 propagatedBuildInputs = [
22 # Project has no tests
24 pythonImportsCheck = [ "pyintesishome" ];
27 description = "Python interface for IntesisHome devices";
28 homepage = "https://github.com/jnimmo/pyIntesisHome";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];