10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-PF5FmAuPcJXq8gQ8HyzdtL2HiiUjueT+LAS1lYRvrwM=";
28 propagatedBuildInputs = [
33 # Project has no tests
36 pythonImportsCheck = [
41 description = "Python bindings for nuki.io bridges";
42 homepage = "https://github.com/pschmitt/pynuki";
43 changelog = "https://github.com/pschmitt/pynuki/releases/tag/${version}";
44 license = with licenses; [ gpl3Only ];
45 maintainers = with maintainers; [ fab ];