17 buildPythonPackage rec {
18 pname = "intellifire4py";
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
26 repo = "intellifire4py";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI=";
31 nativeBuildInputs = [ poetry-core ];
33 propagatedBuildInputs = [
47 pythonImportsCheck = [ "intellifire4py" ];
50 description = "Module to read Intellifire fireplace status data";
51 mainProgram = "intellifire4py";
52 homepage = "https://github.com/jeeftor/intellifire4py";
53 changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${version}";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];