10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "omnilogic-api";
20 rev = "refs/tags/${version}";
21 hash = "sha256-ySK2T5T+Qdq8nVQqluIARR89KmM1N3oD44oLydwcs7E=";
24 propagatedBuildInputs = [
29 # Project has no tests
32 pythonImportsCheck = [ "omnilogic" ];
35 description = "Python interface for the Hayward Omnilogic pool control system";
36 homepage = "https://github.com/djtimca/omnilogic-api";
37 license = with licenses; [ asl20 ];
38 maintainers = with maintainers; [ fab ];