11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-NTL2+xLqSNsz4YdUTwr0nFjhm1NNgB8qDnWSoE2sizY=";
25 dependencies = lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ];
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "pyws66i" ];
32 description = "Library to interface with WS66i 6-zone amplifier";
33 homepage = "https://github.com/bigmoby/pyialarmxr";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];