9 buildPythonPackage rec {
10 pname = "pytedee-async";
14 disabled = pythonOlder "3.9";
16 src = fetchFromGitHub {
18 repo = "pytedee_async";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-5mCHCzoDJ6+ao2guhAtVjvPaAS6Hutn+NwaQIjWDlgo=";
31 pythonImportsCheck = [
39 description = "Module to interact with Tedee locks";
40 homepage = "https://github.com/zweckj/pytedee_async";
41 changelog = "https://github.com/zweckj/pytedee_async/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];