16 buildPythonPackage rec {
17 pname = "intellifire4py";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
25 repo = "intellifire4py";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI=";
34 propagatedBuildInputs = [
48 pythonImportsCheck = [
53 description = "Module to read Intellifire fireplace status data";
54 mainProgram = "intellifire4py";
55 homepage = "https://github.com/jeeftor/intellifire4py";
56 changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${version}";
57 license = with licenses; [ mit ];
58 maintainers = with maintainers; [ fab ];