description python module for the X protocol
long_description The Python X Library is intended to be a fully \
functional X client library for Python programs. It is \
written entirely in Python. This is possible to do \
since X client programs communicate with the X server \
via the X protocol. The communication takes place over \
TCP/IP, Unix sockets, DECnet or any other suitable \
streaming network protocol.
homepage http://python-xlib.sourceforge.net/
master_sites sourceforge:python-xlib
distname python-xlib-${version}
checksums md5 83b294f34876c06b1a7697227249cb83
xinstall -m 644 -W ${worksrcpath} COPYING NEWS README TODO \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath}/examples draw-proto.py draw.py \
profilex.py shapewin.py threadtest.py \
${destroot}${prefix}/share/doc/${name}/examples