diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-02 19:05:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:54 +0700 |
commit | 6520c03e4edf023cec505a521d4a18767fe55362 (patch) | |
tree | f0312eedecb5183fc979f2da6340d4af3b7f4c22 /python/python3-pywayland/README | |
parent | 8d2052232d7d6a24c59bd20ffb9d8b0d8f4851e0 (diff) |
python/python3-pywayland: Added (py bindings for libwayland library)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pywayland/README')
-rw-r--r-- | python/python3-pywayland/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-pywayland/README b/python/python3-pywayland/README new file mode 100644 index 000000000000..e5c71ccdff63 --- /dev/null +++ b/python/python3-pywayland/README @@ -0,0 +1,7 @@ +PyWayland provides a wrapper to the libwayland library using the CFFI +library to provide access to the Wayland library calls and written in +pure Python. + +python3-pywayland 0.4.14 is the last possible version for Slackware +15.0. Newer versions of python3-pywayland require a newer +python-setuptools. |