18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-7LFKqC8IHzXKKU5Pw6Qud9jqJFc0lSEJFn636T6CsfQ=";
32 propagatedBuildInputs = [
50 # Not used requirement
51 substituteInPlace setup.py \
55 pythonImportsCheck = [
60 description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";
61 homepage = "https://github.com/bdraco/yalexs";
62 changelog = "https://github.com/bdraco/yalexs/releases/tag/v${version}";
63 license = with licenses; [ mit ];
64 maintainers = with maintainers; [ fab ];