Browse Source
python/python-xlib: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/156/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
1 additions and
5 deletions
-
python/python-xlib/README
-
python/python-xlib/python-xlib.info
|
|
@ -8,7 +8,3 @@ server via the X protocol. The communication takes place over TCP/IP, |
|
|
|
Unix sockets, DECnet or any other streaming network protocol. The C |
|
|
|
Xlib is merely an interface to this protocol, providing functions |
|
|
|
suitable for a C environment. |
|
|
|
|
|
|
|
setuptools-scm is only required as a build dependency and can be |
|
|
|
skipped if you would rather have it automatically grabbed from |
|
|
|
pypi.python.org during the build process. |
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.26/pyth |
|
|
|
MD5SUM="678871a692c5409a6d6b5aaaf7f6e60d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="setuptools-scm python2-setuptools-scm" |
|
|
|
REQUIRES="python2-setuptools-scm" |
|
|
|
MAINTAINER="Hunter Sezen" |
|
|
|
EMAIL="orbea@riseup.net" |