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
Message #11 received at 55550 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-asynckivy): New symbol.
---
gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e64114cc9b..cb6b79fbda 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18699,6 +18699,33 @@ (define-public python-kivymd
Design spec without sacrificing ease of use or application performance.")
(license license:expat)))
+(define-public python-asynckivy
+ (package
+ (name "python-asynckivy")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (pypi-uri "asynckivy" version))
+ (sha256
+ (base32 "0ivjvch8yn3k1ybfp7c1nm8mhc0ymg7d04mq54lly7yjvg0jvcni"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'set-home
+ (lambda _
+ ;; 'kivy/__init__.py' wants to create $HOME/.kivy.
+ (setenv "HOME" (getcwd)))))))
+ (propagated-inputs (list python-kivy python-asyncgui))
+ (home-page "https://github.com/gottadiveintopython/asynckivy")
+ (synopsis "Async library for Kivy")
+ (description
+ "This package provides async versions of Kivy functions to avoid the
+callback-heavy mode of interaction typical in some Kivy applications.")
+ (license license:expat)))
+
(define-public python-asyncgui
(package
(name "python-asyncgui")
--
2.36.0
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.