summaryrefslogtreecommitdiff
path: root/dev-python/pynput/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pynput/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pynput/files')
-rw-r--r--dev-python/pynput/files/patches/uinput.patch19
-rw-r--r--dev-python/pynput/files/patches/wheel.patch11
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pynput/files/patches/uinput.patch b/dev-python/pynput/files/patches/uinput.patch
deleted file mode 100644
index 44d17e803ed1..000000000000
--- a/dev-python/pynput/files/patches/uinput.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/lib/pynput/_util/uinput.py b/lib/pynput/_util/uinput.py
-index b0a6a78..c891b83 100644
---- a/lib/pynput/_util/uinput.py
-+++ b/lib/pynput/_util/uinput.py
-@@ -72,6 +72,14 @@ class ListenerMixin(object):
- except OSError:
- continue
-
-+ # Some programmable mouse devices report each programmable input as
-+ # a separate capability, so it is possible for a mouse to exceed
-+ # keyboards in capability count; for this reason we will prefer a
-+ # device with "keyboard" in its name
-+ if 'keyboard' in next_dev.name.lower():
-+ dev = next_dev
-+ break
-+
- # Does this device provide more handled event codes?
- capabilities = next_dev.capabilities()
- next_count = sum(
diff --git a/dev-python/pynput/files/patches/wheel.patch b/dev-python/pynput/files/patches/wheel.patch
deleted file mode 100644
index 064b21ce5fe9..000000000000
--- a/dev-python/pynput/files/patches/wheel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index 99723b7..8ae701e 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -1,6 +1,3 @@
--[bdist_wheel]
--universal = 1
--
- [build_sphinx]
- source-dir = docs
- build-dir = build/docs