9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-NTL2+xLqSNsz4YdUTwr0nFjhm1NNgB8qDnWSoE2sizY=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "pyws66i" ];
28 description = "Library to interface with WS66i 6-zone amplifier";
29 homepage = "https://github.com/bigmoby/pyialarmxr";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];