26 buildPythonPackage rec {
31 disabled = pythonOlder "3.9";
33 src = fetchFromGitHub {
36 rev = "refs/tags/v${version}";
37 hash = "sha256-0fC12QsCOgFc6GJk5T7kCjVHe9W4Fhwmtv3dwJVh9mM=";
40 build-system = [ poetry-core ];
42 pythonRelaxDeps = [ "aiohttp" ];
55 ] ++ python-socketio.optional-dependencies.asyncio_client;
67 pythonImportsCheck = [ "yalexs" ];
70 description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";
71 homepage = "https://github.com/bdraco/yalexs";
72 changelog = "https://github.com/bdraco/yalexs/blob/${src.rev}/CHANGELOG.md";
73 license = with licenses; [ mit ];
74 maintainers = with maintainers; [ fab ];