7 buildPythonPackage rec {
8 pname = "venstarcolortouch";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-QjcoF46GrBH7ExGQno8xDgtOSGNxhAP+NycJb22hL+E=";
17 propagatedBuildInputs = [
21 # Project has no tests
24 pythonImportsCheck = [
29 description = "Python interface for Venstar ColorTouch thermostats Resources";
30 homepage = "https://github.com/hpeyerl/venstar_colortouch";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];