10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
18 owner = "home-assistant-ecosystem";
19 repo = "python-dingz";
21 sha256 = "sha256-bCytQwLWw8D1UkKb/3LQ301eDCkVR4alD6NHjTs6I+4=";
24 propagatedBuildInputs = [
30 # Project has no tests
33 pythonImportsCheck = [
38 description = "Python API for interacting with Dingz devices";
39 homepage = "https://github.com/home-assistant-ecosystem/python-dingz";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];