From 87bd1a3e50b0bc4ca0011877248991838ff1b366 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Wed, 15 Apr 2026 18:55:15 +0200 Subject: [PATCH] =?UTF-8?q?build:=20dbus-next=20als=20Linux-Dependency=20h?= =?UTF-8?q?inzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 1 + uv.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f6e40ba..51182a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "numpy>=2.0.0", "evdev>=1.7.0; sys_platform == 'linux'", "PyGObject>=3.50; sys_platform == 'linux'", + "dbus-next>=0.2.3; sys_platform == 'linux'", "pynput>=1.7.0; sys_platform == 'win32'", "pywin32>=306; sys_platform == 'win32'", "pystray>=0.19.0", diff --git a/uv.lock b/uv.lock index 6c6a417..45bc23f 100644 --- a/uv.lock +++ b/uv.lock @@ -167,6 +167,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f2/f2/728f041460f1b9739b85ee23b45fa5a505962ea11fd85bdbe2a02b021373/darkdetect-0.8.0-py3-none-any.whl", hash = "sha256:a7509ccf517eaad92b31c214f593dbcf138ea8a43b2935406bbd565e15527a85", size = 8955, upload-time = "2022-12-16T14:14:40.92Z" }, ] +[[package]] +name = "dbus-next" +version = "0.2.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/ce/45/6a40fbe886d60a8c26f480e7d12535502b5ba123814b3b9a0b002ebca198/dbus_next-0.2.3.tar.gz", hash = "sha256:f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5", size = 71112, upload-time = "2021-07-25T22:11:28.398Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d2/fc/c0a3f4c4eaa5a22fbef91713474666e13d0ea2a69c84532579490a9f2cc8/dbus_next-0.2.3-py3-none-any.whl", hash = "sha256:58948f9aff9db08316734c0be2a120f6dc502124d9642f55e90ac82ffb16a18b", size = 57885, upload-time = "2021-07-25T22:11:25.466Z" }, +] + [[package]] name = "evdev" version = "1.9.3" @@ -931,6 +940,7 @@ version = "1.1.0" source = { editable = "." } dependencies = [ { name = "darkdetect" }, + { name = "dbus-next", marker = "sys_platform == 'linux'" }, { name = "evdev", marker = "sys_platform == 'linux'" }, { name = "faster-whisper" }, { name = "numpy" }, @@ -955,6 +965,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "darkdetect", specifier = ">=0.8.0" }, + { name = "dbus-next", marker = "sys_platform == 'linux'", specifier = ">=0.2.3" }, { name = "evdev", marker = "sys_platform == 'linux'", specifier = ">=1.7.0" }, { name = "faster-whisper", specifier = ">=1.1.0" }, { name = "numpy", specifier = ">=2.0.0" },