14 buildPythonPackage rec {
15 pname = "intellifire4py";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
25 hash = "sha256-dn5814eRZ9456Fn7blf1UzXPii4dXu3sjoXBV7CmwSs=";
28 propagatedBuildInputs = [
42 # Test file is missing
46 pythonImportsCheck = [
51 description = "Module to read Intellifire fireplace status data";
52 homepage = "https://github.com/jeeftor/intellifire4py";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];