11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "home-assistant-ecosystem";
20 repo = "python-dingz";
22 hash = "sha256-bCytQwLWw8D1UkKb/3LQ301eDCkVR4alD6NHjTs6I+4=";
25 propagatedBuildInputs = [
31 # Project has no tests
34 pythonImportsCheck = [ "dingz" ];
37 description = "Python API for interacting with Dingz devices";
38 mainProgram = "dingz";
39 homepage = "https://github.com/home-assistant-ecosystem/python-dingz";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];