gnu: python2-xlib: Update to 0.27.

* gnu/packages/python-xyz.scm (python2-xlib): Update to 0.27.
This commit is contained in:
Nicolas Goaziou 2020-06-28 23:45:27 +02:00
parent 92ff2a6a91
commit 4e47c8fcf0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7410,28 +7410,7 @@ (define-public python-xlib
(license license:gpl2+)))
(define-public python2-xlib
(package
(name "python2-xlib")
(version "0.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/python-xlib/python-xlib"
"/" version "/"
"python-xlib-" version ".tar.gz"))
(sha256
(base32
"1sv0447j0rx8cgs3jhjl695p5pv13ihglcjlrrz1kq05lsvb0wa7"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2 ;Python 2 only
#:tests? #f)) ;no tests
(home-page "http://python-xlib.sourceforge.net/")
(synopsis "Python X11 client library")
(description
"The Python X Library is intended to be a fully functional X client
library for Python programs. It is useful to implement low-level X clients.
It is written entirely in Python.")
(license license:gpl2+)))
(package-with-python2 python-xlib))
(define-public python-singledispatch
(package