10 buildPythonPackage rec {
11 pname = "cometblue-lite";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "python-cometblue_lite";
20 rev = "refs/tags/${version}";
21 hash = "sha256-Cjd7PdZ2/neRr1jStDY5iJaGMJ/srnFmCea8aLNan6g=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "cometblue_lite" ];
35 description = "Module for Eurotronic Comet Blue thermostats";
36 homepage = "https://github.com/neffs/python-cometblue_lite";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];