@Nozi the package in extra was only rebuild for a new python version. It is still the release from 2020 (2.2.1). https://gitlab.archlinux.org/archlinux/packaging/packages/python-i3ipc/-/commit/751db717c6da4d25067f6384c97a89941c6f1ff8
This package shouldn't be flagged out of date. You can use it with i3ipc-python-git from AUR.
Pinned Comments
yamai commented on 2023-12-24 13:00 (UTC)
I'd really like to depend on
python-i3ipc
, but can't. We need the latest commits, cause some sway fixes aren't in the latest release from 2020. Can only change it after one of those issues are resolved: https://github.com/nfnty/pkgbuilds/issues/68 https://github.com/altdesktop/i3ipc-python/issues/194The problem is, that the dependency conflicts, which is very annoying. A workaround for this is to remove
python-i3ipc
without dependency checking and installingi3ipc-python-git
. While installing new packages depending onpython-i3ipc
we need to install without dependencies and install them after (or before), with--asdeps
.