GNU bug report logs - #64134
[PATCH 00/17] Add some Python financial libraries.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 17 Jun 2023 15:18:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 64134 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#64134] [PATCH 02/17] gnu: Add python-multitasking.
Date: Sat, 17 Jun 2023 15:18:25 +0000
* gnu/packages/python-xyz.scm (python-multitasking): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 51e6da8d21..fe05cc16e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30444,6 +30444,26 @@ (define-public python-cwcwidth
 functions defined in POSIX.1-2001 and POSIX.1-2008.")
     (license license:expat)))
 
+(define-public python-multitasking
+  (package
+    (name "python-multitasking")
+    (version "0.0.11")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "multitasking" version))
+              (sha256
+               (base32
+                "09k0rldyaj2jnplnmcy243vfinl81a2qg9xm5ykxrcprcp6c6ssd"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #f)) ; no tests
+    (home-page "https://github.com/ranaroussi/multitasking")
+    (synopsis "Non-blocking Python methods using decorators")
+    (description
+     "@code{MultiTasking} is a tiny Python library lets you convert your
+Python methods into asynchronous, non-blocking methods simply by using a
+decorator.")
+    (license license:asl2.0)))
+
 (define-public python-pyan3
   (package
     (name "python-pyan3")
-- 
2.34.1





This bug report was last modified 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.