dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 1b3250a5ecedfabf4f1702c415fec46fea0fd8fb
parent e54660754f86c1d6fbf31e7f651206f5dcd2f576
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 24 Oct 2010 18:41:33 +1000

added python-xlib

Diffstat:
Apackages/dev-python/python-xlib/python-xlib-0.14.exheres-0 | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/python-xlib/python-xlib-0.14.exheres-0 b/packages/dev-python/python-xlib/python-xlib-0.14.exheres-0
@@ -0,0 +1,18 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require sourceforge [ suffix=tar.gz ] distutils [ python_dep=2.2 ]
+
+SUMMARY="Pure Python implementation of the X client protocol"
+DESCRIPTION="
+The Python X Library is intended to be a fully functional X client library for Python programs. 
+It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient 
+X extension and the newer plxlib) which were interfaces to the C Xlib.
+"
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~x86 ~amd64"
+
+BUGS_TO="djc@djc.id.au"
+