10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-hBg02Wypd+MyqM2SUD53djhm5OMP2QAmsp8Stf+UT2c=";
22 propagatedBuildInputs = [
32 # With 3.4 the event loop is not terminated after the first test
33 # https://github.com/swilson/aqualogic/issues/9
36 pythonImportsCheck = [ "aqualogic" ];
39 description = "Python library to interface with Hayward/Goldline AquaLogic/ProLogic pool controllers";
40 homepage = "https://github.com/swilson/aqualogic";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];