9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-dAC/0OjvrC8J/5pu5vcOKV/WqgkAlz0LuFl0up6FQRM=";
22 name = "allow-iobase-objects.patch";
23 url = "https://github.com/swilson/aqualogic/commit/185fe25a86c82c497a55c78914b55ed39f5ca339.patch";
24 sha256 = "072jrrsqv86bn3skibjc57111jlpm8pq2503997fl3h4v6ziwdxg";
28 propagatedBuildInputs = [ pyserial ];
30 checkInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "aqualogic" ];
35 description = "Python library to interface with Hayward/Goldline AquaLogic/ProLogic pool controllers";
36 homepage = "https://github.com/swilson/aqualogic";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];