GNU bug report logs -
#72600
[PATCH] gnu: Add python-pyclip.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Tue, 13 Aug 2024 07:26:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 72600-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I've applied some formating adjustemnt:
--8<---------------cut here---------------start------------->8---
@@ -2702,19 +2702,25 @@ (define-public python-pyclip
(build-system pyproject-build-system)
(arguments
(list
- #:phases #~(modify-phases %standard-phases
- (add-before 'check 'start-xorg-server
- (lambda _
- (system "Xvfb :1 &")
- (setenv "DISPLAY" ":1"))))))
- (native-inputs (list python-setuptools python-wheel python-pytest
- xorg-server-for-tests))
- (propagated-inputs (list xclip wl-clipboard))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'start-xorg-server
+ (lambda _
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1"))))))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel
+ xorg-server-for-tests))
+ (propagated-inputs
+ (list wl-clipboard
+ xclip))
(home-page "https://github.com/spyoungtech/pyclip")
(synopsis "Cross-platform clipboard module for Python")
(description
- "This library implements cross-platform clipboard utilities supporting both
-binary and text data.")
+ "This library implements cross-platform clipboard utilities supporting
+both binary and text data.")
(license license:asl2.0)))
--8<---------------cut here---------------end--------------->8---
Pushed to master as 2b9de7595002eda6ffe2dcffe48871f5ce83711b.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.