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