13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-8GQJ4PCl8te3sovC5FwWoaQnXIRR27b7gPwfmyPRVBE=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python library wrapping the Deconz REST API";
45 homepage = "https://github.com/Kane610/deconz";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];