8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "f17b3452cfd31bb8c3509d59b846889c81db5fb85082c061c32703162cbe9083";
18 propagatedBuildInputs = [ requests ];
20 # Project has no tests
23 pythonImportsCheck = [ "ecoaliface" ];
26 description = "Python library for interacting with eCoal water boiler controllers";
27 homepage = "https://github.com/matkor/ecoaliface";
28 license = with licenses; [ gpl3Plus ];
29 maintainers = with maintainers; [ fab ];