unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
To: 55550@debbugs.gnu.org
Subject: [bug#55550] [PATCH 1/2] gnu: Add python-asyncgui.
Date: Fri, 20 May 2022 22:06:17 +0000	[thread overview]
Message-ID: <20220520220610.29340-1-rprior@protonmail.com> (raw)

* 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






             reply	other threads:[~2022-05-20 22:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 22:06 Ryan Prior via Guix-patches via [this message]
2022-05-20 22:11 ` [bug#55550] [PATCH 1/2] gnu: Add python-asyncgui 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220520220610.29340-1-rprior@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=55550@debbugs.gnu.org \
    --cc=rprior@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).