summaryrefslogtreecommitdiffstats
path: root/python/python-xlib/slack-desc
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2018-03-15 21:01:45 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:49 +0700
commit9d0aa2e4ae70204b7adab248c718efec007ad43c (patch)
tree4cbbe262d17d51714377cb2d207da78f844455c0 /python/python-xlib/slack-desc
parent0cd6e1cb06f9cf541e98798e5357bf7b7c27ea60 (diff)
downloadslackbuilds-9d0aa2e4ae70204b7adab248c718efec007ad43c.tar.gz
slackbuilds-9d0aa2e4ae70204b7adab248c718efec007ad43c.tar.xz
python/python-xlib: Updated for version 0.21 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-xlib/slack-desc')
-rw-r--r--python/python-xlib/slack-desc16
1 files changed, 8 insertions, 8 deletions
diff --git a/python/python-xlib/slack-desc b/python/python-xlib/slack-desc
index bc463e25a8..1a2c266df7 100644
--- a/python/python-xlib/slack-desc
+++ b/python/python-xlib/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
python-xlib: python-xlib (X Library module for Python)
python-xlib:
-python-xlib: The Python X library is intended to be a fully functional X
-python-xlib: client for Python programs. It is written entirely in Python, in
-python-xlib: contrast to earlier X libraries for Python. This is possible to
-python-xlib: do since X client programs communicate with the X server via the
-python-xlib: X protocol. The communication takes over TCP/IP, Unix sockets, or
-python-xlib: any other streaming network protocol.
-python-xlib:
-python-xlib: Homepage: http://python-xlib.sourceforge.net/
+python-xlib: The Python X Library is intended to be a fully functional X client
+python-xlib: library for Python programs. It is written entirely in Python, in
+python-xlib: contrast to earlier X libraries for Python which were interfaces to
+python-xlib: the C Xlib. The communication takes place over TCP/IP, Unix sockets,
+python-xlib: DECnet or any other streaming network protocol. The C Xlib is merely
+python-xlib: an interface to this protocol, providing functions suitable for a C
+python-xlib: environment.
python-xlib:
+python-xlib: Homepage: https://github.com/python-xlib/python-xlib