all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34396] [PATCH] gnu: Add python-pymsgbox.
@ 2019-02-09  2:16 Vagrant Cascadian
  2019-02-11  9:52 ` bug#34396: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-02-09  2:16 UTC (permalink / raw)
  To: 34396

[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]


* 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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34396: [PATCH] gnu: Add python-pymsgbox.
  2019-02-09  2:16 [bug#34396] [PATCH] gnu: Add python-pymsgbox Vagrant Cascadian
@ 2019-02-11  9:52 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-11  9:52 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 34396-done

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

Hi Vagrant,

thanks.  Applied to master.

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

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

Hmm, could you report this upstream?

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-11  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09  2:16 [bug#34396] [PATCH] gnu: Add python-pymsgbox Vagrant Cascadian
2019-02-11  9:52 ` bug#34396: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.