15 buildPythonPackage rec {
16 pname = "intellifire4py";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-CIcudKyRPVJX6QvWk6dBbYnO5EULREDhaflJTAfJEvc=";
33 propagatedBuildInputs = [
40 pythonImportsCheck = [
50 description = "Module to read Intellifire fireplace status data";
51 homepage = "https://github.com/jeeftor/intellifire4py";
52 changelog = "https://github.com/jeeftor/intellifire4py/blob/${version}/CHANGELOG";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];