12 buildPythonPackage rec {
16 disabled = pythonAtLeast "3.9";
18 src = fetchFromGitHub {
22 sha256 = "047ql5a4i4354jgr8xr2waim8j522z58vbfi7aa62jqc9l8jzxzk";
25 nativeBuildInputs = [ poetry ];
27 propagatedBuildInputs = [
37 # Some test requires network access
41 "test_add_and_remove_pairings"
44 pythonImportsCheck = [ "aiohomekit" ];
47 description = "Python module that implements the HomeKit protocol";
49 This Python library implements the HomeKit protocol for controlling
52 homepage = "https://github.com/Jc2k/aiohomekit";
53 license = with licenses; [ asl20 ];
54 maintainers = with maintainers; [ fab ];