summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-03-21 11:21:30 -0400
committerAdam Jackson <ajax@redhat.com>2019-03-21 11:24:13 -0400
commitb7b41cdfb91c7b274ea60601041bc34bc4972211 (patch)
tree99225dc9a517375ab4efda3acdffac9fc789cb3d /README
parent56d56615db00445679fde3742fc72c793a982d2e (diff)
Update README for hopefully the second-to-last time
Point the URLs at gitlab, note that this project is unmaintained, and point people at xcffib instead. Fixes: xorg/lib/xpyb#1
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index acf8468..4a27b15 100644
--- a/README
+++ b/README
@@ -3,11 +3,15 @@ About xpyb
xpyb provides a Python binding to the X Window System protocol via libxcb.
+This project is unmaintained. Among its issues, there is no Python 3
+support. If no maintainer is forthcoming, we plan to permanently archive
+this project in early 2020. The recommended replacement is xcffib:
-Please report any issues you find to the freedesktop.org bug tracker,
-at:
+ <https://github.com/tych0/xcffib>
- <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+Please report any issues you find to the freedesktop.org gitlab, at:
+
+ <https://gitlab.freedesktop.org/xorg/lib/xpyb/issues>
Discussion about XCB occurs on the XCB mailing list:
@@ -17,8 +21,8 @@ Discussion about XCB occurs on the XCB mailing list:
You can obtain the latest development versions of xpyb using GIT.
For anonymous checkouts, use:
- git clone git://anongit.freedesktop.org/git/xcb/xpyb
+ git clone https://gitlab.freedesktop.org/xorg/lib/xpyb.git
For developers, use:
- git clone git+ssh://git.freedesktop.org/git/xcb/xpyb
+ git clone git@gitlab.freedesktop.org:xorg/lib/xpyb.git