GNU bug report logs -
#55550
[PATCH 1/2] gnu: Add python-asyncgui.
Previous Next
Reported by: Ryan Prior <rprior <at> protonmail.com>
Date: Fri, 20 May 2022 22:07:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Jun 2022 23:02:29 +0200
with message-id <87o7yhu656.fsf <at> gnu.org>
and subject line Re: bug#55550: [PATCH 1/2] gnu: Add python-asyncgui.
has caused the debbugs.gnu.org bug report #55550,
regarding [PATCH 1/2] gnu: Add python-asyncgui.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
55550: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55550
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi,
Ryan Prior <rprior <at> protonmail.com> skribis:
> * gnu/packages/python-xyz.scm (python-asyncgui): New symbol.
[...]
> * gnu/packages/python-xyz.scm (python-asynckivy): New symbol.
Applied, thanks!
Ludo’.
This bug report was last modified 2 years and 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.