GNU bug report logs - #35973
[PATCH 41/47] gnu: Add python-pyuserinput.

Previous Next

Package: guix-patches;

Reported by: "h.nasajpour" <h.nasajpour <at> pantherx.org>

Date: Wed, 29 May 2019 00:35:06 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Subject: bug#35973: closed ([PATCH 41/47] gnu: Add python-pyuserinput.)
Date: Wed, 05 Feb 2025 17:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#35973: [PATCH 41/47] gnu: Add python-pyuserinput.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35973 <at> debbugs.gnu.org.

-- 
35973: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35973
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 35973-done <at> debbugs.gnu.org
Subject: [PATCH 41/47] gnu: Add python-pyuserinput.
Date: Wed, 05 Feb 2025 17:15:23 +0000
[Message part 3 (text/plain, inline)]
Hi,

Thanks for the effort to package
https://github.com/PyUserInput/PyUserInput, but the project looks like
abandoned at least the last commit was pushed 5y ago (today is 2025).

Closing as not aplied.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "h.nasajpour" <h.nasajpour <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Subject: [PATCH 41/47] gnu: Add python-pyuserinput.
Date: Wed, 29 May 2019 05:04:45 +0430
* gnu/packages/python-xyz.scm (python-pyuserinput): New variable
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b9bfc1be14..0c06833cec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15457,3 +15457,20 @@ by Igor Pavlov.")
     (description
      "Various helpers to pass data to untrusted environments and back.")
     (license license:bsd-3)))
+
+(define-public python-pyuserinput
+  (package
+  (name "python-pyuserinput")
+    (version "0.1.11")
+    (source (origin
+      (method url-fetch)
+      (uri (pypi-uri "PyUserInput" version))
+      (sha256 (base32 "0azvlzfczrxhpxi15r37cbqkbbn5ip5y28bj5kmywh7pdk85wsq0"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))
+    (home-page "https://github.com/PyUserInput/PyUserInput")
+    (synopsis "A simple, cross-platform module for mouse and keyboard control")
+    (description
+     "A module for cross-platform control of the mouse and keyboard in python that is simple to use.")
+    (license license:lgpl3)))
-- 
2.17.1




This bug report was last modified 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.