diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-03 11:57:45 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 13:29:06 +0700 |
commit | cd223de98e16bcc6dae5de6a14b3917dc9d8755f (patch) | |
tree | 9b3510fd11c28cf085412cebc56d75a83b183f6b /python/python3-xcffib/README | |
parent | 57c7762bd62c23eb9876643a059362d08eb52a5b (diff) |
python/python3-xcffib: Upload python3-xcffib (dependency of qtile)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xcffib/README')
-rw-r--r-- | python/python3-xcffib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-xcffib/README b/python/python3-xcffib/README new file mode 100644 index 0000000000000..8b12921e1a1aa --- /dev/null +++ b/python/python3-xcffib/README @@ -0,0 +1,6 @@ +xcffib is intended to be a (mostly) drop-in replacement for xpyb. +xpyb has an inactive upstream, several memory leaks, is python2 +only and doesn't have pypy support. xcffib is a binding which +uses cffi, which mitigates some of the issues described above. +xcffib also builds bindings for 27 of the 29 (xprint and xkb are +missing) X extensions in 1.10. |