dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-python/python-xlib/python-xlib-0.14.exheres-0 (600B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require sourceforge [ suffix=tar.gz ] distutils [ python_dep=2.2 ]
      5 
      6 SUMMARY="Pure Python implementation of the X client protocol"
      7 DESCRIPTION="
      8 The Python X Library is intended to be a fully functional X client library for Python programs. 
      9 It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient 
     10 X extension and the newer plxlib) which were interfaces to the C Xlib.
     11 "
     12 
     13 LICENCES="GPL-2"
     14 SLOT="0"
     15 PLATFORMS="~x86 ~amd64"
     16 
     17 BUGS_TO="djc@djc.id.au"
     18