unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55550] [PATCH 1/2] gnu: Add python-asyncgui.
@ 2022-05-20 22:06 Ryan Prior via Guix-patches via
  2022-05-20 22:11 ` Ryan Prior via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ryan Prior via Guix-patches via @ 2022-05-20 22:06 UTC (permalink / raw)
  To: 55550

* gnu/packages/python-xyz.scm (python-asyncgui): New symbol.
---
 gnu/packages/python-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index de1d408f3f..55857b86b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18699,6 +18699,22 @@ (define-public python-kivymd
 Design spec without sacrificing ease of use or application performance.")
     (license license:expat)))

+(define-public python-asyncgui
+  (package
+    (name "python-asyncgui")
+    (version "0.5.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "asyncgui" version))
+       (sha256
+        (base32 "0614130afg2qc1qq4p82piskvvx6lpjl4nlsakbjzdyd78xywnb7"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/gottadiveintopython/asyncgui")
+    (synopsis "async/await without event-loop")
+    (description "async/await without event-loop")
+    (license license:expat)))
+
 (define-public python2-kivy
   (package-with-python2 python-kivy))

--
2.36.0






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

end of thread, other threads:[~2022-06-24 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 22:06 [bug#55550] [PATCH 1/2] gnu: Add python-asyncgui Ryan Prior via Guix-patches via
2022-05-20 22:11 ` Ryan Prior via Guix-patches via
2022-05-20 22:12 ` [bug#55550] [PATCH 2/2] gnu: Add python-asynckivy Ryan Prior via Guix-patches via
2022-06-24 21:02 ` bug#55550: [PATCH 1/2] gnu: Add python-asyncgui Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).