11 buildPythonPackage rec {
12 pname = "incomfort-client";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-kdPue3IfF85O+0dgvX+dN6S4WoQmjxdCfwfv83SnO8E=";
25 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Python module to poll Intergas boilers via a Lan2RF gateway";
44 homepage = "https://github.com/zxdavb/incomfort-client";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];