diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-07-28 18:21:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:04:29 +0700 |
commit | d089700dbd3806d000342b8caf966784959d7d7d (patch) | |
tree | 14512478341e1be4bfdb6b4b09348a9b7ee7ae53 /python/python3-xlib/slack-desc | |
parent | 40ba34da855a24d06f08b9644636edfd1044d0be (diff) |
python/python3-xlib: Added (X Library module for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/slack-desc')
-rw-r--r-- | python/python3-xlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-xlib/slack-desc b/python/python3-xlib/slack-desc new file mode 100644 index 0000000000000..8d49949c6bb39 --- /dev/null +++ b/python/python3-xlib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-xlib: python3-xlib (X Library module for Python3) +python3-xlib: +python3-xlib: The Python X library is intended to be a fully functional X +python3-xlib: client for Python programs. It is written entirely in Python, in +python3-xlib: contrast to earlier X libraries for Python. This is possible to +python3-xlib: do since X client programs communicate with the X server via the +python3-xlib: X protocol. The communication takes over TCP/IP, Unix sockets, or +python3-xlib: any other streaming network protocol. +python3-xlib: +python3-xlib: Homepage: https://github.com/LiuLang/python3-xlib +python3-xlib: |