13 buildPythonPackage rec {
14 pname = "incomfort-client";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
22 repo = "incomfort-client";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-I6MAFvODkw2QadzXJacFl/TwA6exfBB1PSDslmT7Ysw=";
27 build-system = [ setuptools ];
29 dependencies = [ aiohttp ];
37 pythonImportsCheck = [ "incomfortclient" ];
40 description = "Python module to poll Intergas boilers via a Lan2RF gateway";
41 homepage = "https://github.com/zxdavb/incomfort-client";
42 changelog = "https://github.com/jbouwh/incomfort-client/releases/tag/v${version}";
43 license = with licenses; [ mit ];
44 maintainers = with maintainers; [ fab ];