8 buildPythonPackage rec {
11 format = "setuptools";
16 sha256 = "bf929455a2f7cc1e275b331de73d983587138a8d9179574988ba05fa152d3ccf";
19 propagatedBuildInputs = [ aiohttp ];
21 # no tests on PyPI, no tags on GitLab
24 pythonImportsCheck = [ "pysmarthab" ];
27 description = "Control devices in a SmartHab-powered home";
28 homepage = "https://gitlab.com/outadoc/python-smarthab";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ dotlambda ];