3 , bleak-retry-connector
13 buildPythonPackage rec {
14 pname = "py-dormakaba-dkey";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
21 owner = "emontnemery";
23 rev = "refs/tags/${version}";
24 hash = "sha256-kS99du9EZwki6J2q+nI44rx/AWIPtq7wXR/61ZcyUSM=";
28 # https://github.com/emontnemery/py-dormakaba-dkey/pull/45
30 name = "relax-setuptools-dependency.patch";
31 url = "https://github.com/emontnemery/py-dormakaba-dkey/commit/cfda4be71d39f2cfd1c0d4f7fff9018050c57f1a.patch";
32 hash = "sha256-JGsaLQNbUfz0uK/MeGnR2XTJDs4RnTOEg7BavfDPArg=";
41 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Library to interact with a Dormakaba dkey lock";
56 homepage = "https://github.com/emontnemery/py-dormakaba-dkey";
57 changelog = "https://github.com/emontnemery/py-dormakaba-dkey/releases/tag/${version}";
58 license = licenses.mit;
59 maintainers = with maintainers; [ fab ];