9 buildPythonPackage rec {
17 hash = "sha256-v5KUVaL3zB4nWzMd5z2YNYcTio2ReVdJiLoF+hUtPM8=";
20 build-system = [ setuptools ];
22 dependencies = [ aiohttp ];
24 # no tests on PyPI, no tags on GitLab
27 pythonImportsCheck = [ "pysmarthab" ];
30 description = "Control devices in a SmartHab-powered home";
31 homepage = "https://gitlab.com/outadoc/python-smarthab";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ dotlambda ];