GNU bug report logs - #34396
[PATCH] gnu: Add python-pymsgbox.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Sat, 9 Feb 2019 02:17:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34396 in the body.
You can then email your comments to 34396 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34396; Package guix-patches. (Sat, 09 Feb 2019 02:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> debian.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 09 Feb 2019 02:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-pymsgbox.
Date: Fri, 08 Feb 2019 18:16:11 -0800
[Message part 1 (text/plain, inline)]
* 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:
+@enumerate
+@item alert
+@item confirm
+@item prompt
+@item password
+@end enumerate
+")
+    (license license:bsd-3)))
+
 (define-public python-pympler
   (package
     (name "python-pympler")
-- 
2.20.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Mon, 11 Feb 2019 09:53:02 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> debian.org>:
bug acknowledged by developer. (Mon, 11 Feb 2019 09:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 34396-done <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 34396-done <at> debbugs.gnu.org
Subject: Re: [bug#34396] [PATCH] gnu: Add python-pymsgbox.
Date: Mon, 11 Feb 2019 10:52:49 +0100
[Message part 1 (text/plain, inline)]
Hi Vagrant,

thanks.  Applied to master.

On Fri, 08 Feb 2019 18:16:11 -0800
Vagrant Cascadian <vagrant <at> debian.org> wrote:

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

Hmm, could you report this upstream?
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Mar 2019 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 46 days ago.

Previous Next


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