emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34396: closed ([PATCH] gnu: Add python-pymsgbox.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34396: closed ([PATCH] gnu: Add python-pymsgbox.)
Date: Mon, 11 Feb 2019 09:53:02 +0000

Your message dated Mon, 11 Feb 2019 10:52:49 +0100
with message-id <address@hidden>
and subject line Re: [bug#34396] [PATCH] gnu: Add python-pymsgbox.
has caused the debbugs.gnu.org bug report #34396,
regarding [PATCH] gnu: Add python-pymsgbox.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34396: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34396
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-pymsgbox. Date: Fri, 08 Feb 2019 18:16:11 -0800
* gnu/packages/python-xyz.scm (python-pymsgbox): New variable.
---
 gnu/packages/python-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 14a80b920e..086eb3af26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1938,6 +1938,44 @@ easier to build concurrent applications.")
 (define-public python2-pykka
   (package-with-python2 python-pykka))
 
+(define-public python-pymsgbox
+  (package
+    (name "python-pymsgbox")
+    (version "1.0.6")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              ;; LICENSE.txt is not present on pypi
+              (url "https://github.com/asweigart/PyMsgBox";)
+              (commit "55926b55f46caa969c5ddb87990ebea2737bd66f")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0zy7rjfpwlrd8b64j7jk2lb8m2npc21rnpwakpfvwgl4nxdy80rg"))))
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         ;; Circular dependency to run tests:
+         ;; Tests need pyautogui, which depends on pymsgbox.
+         (delete 'check))))
+    (build-system python-build-system)
+    (home-page
+     "https://github.com/asweigart/PyMsgBox";)
+    (synopsis
+     "Python module for JavaScript-like message boxes")
+    (description
+     "PyMsgBox is A simple, cross-platform, pure Python module for
+JavaScript-like message boxes.  Types of dialog boxes include:
address@hidden
address@hidden alert
address@hidden confirm
address@hidden prompt
address@hidden password
address@hidden enumerate
+")
+    (license license:bsd-3)))
+
 (define-public python-pympler
   (package
     (name "python-pympler")
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34396] [PATCH] gnu: Add python-pymsgbox. Date: Mon, 11 Feb 2019 10:52:49 +0100
Hi Vagrant,

thanks.  Applied to master.

On Fri, 08 Feb 2019 18:16:11 -0800
Vagrant Cascadian <address@hidden> wrote:

> +              ;; LICENSE.txt is not present on pypi
> +              (url "https://github.com/asweigart/PyMsgBox";)
> +              (commit "55926b55f46caa969c5ddb87990ebea2737bd66f")))

Hmm, could you report this upstream?

Attachment: pgpXJE7jIvJl6.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]