summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc60281202..5a7cf4e5f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11443,41 +11443,6 @@ humans, and implementation simplicity.")
(description "This Python library implements 3-way merge for text.")
(license license:gpl2+)))
-(define-public python-wmctrl
- (package
- (name "python-wmctrl")
- (version "0.5")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "wmctrl" version))
- (sha256
- (base32 "0qp9adzsabcbjgm864m4dc8x5knvfb1mskih4byxdqp9dxms6fbq"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:tests? #f ;XXX: all tests fail, require some set up
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-paths
- (lambda _
- (substitute* "wmctrl.py"
- (("'wmctrl")
- (string-append "'" #$(this-package-input "wmctrl")
- "/bin/wmctrl"))))))))
- (native-inputs
- (list python-setuptools))
- (inputs
- (list wmctrl))
- (propagated-inputs
- (list python-attrs))
- (home-page "https://github.com/antocuni/wmctrl")
- (synopsis "Tool to programmatically control Xorg windows")
- (description
- "This package provides a library for programmatically controlling Xorg
-windows using Python. The library relies on the @command{wmctrl} to do so.")
- (license license:expat)))
-
(define-public python-fancycompleter
(package
(name "python-fancycompleter")