guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

240/242: gnu: Add python-sanic-bootstrap.


From: guix-commits
Subject: 240/242: gnu: Add python-sanic-bootstrap.
Date: Thu, 12 May 2022 14:14:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 207065aa6e2eedbbded0f69743b25f61d9b0ca4a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Apr 27 09:49:13 2022 +0200

    gnu: Add python-sanic-bootstrap.
    
    * gnu/packages/python-web.scm (python-sanic-bootstrap): New variable.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/python-web.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ff0f961849..574b7958cb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6424,6 +6424,13 @@ that's written to go fast.  It allows the usage of the
 your code non-blocking and speedy.")
     (license license:expat)))
 
+(define-public python-sanic-bootstrap
+  (package
+     (inherit python-sanic)
+     (name "python-sanic-bootstrap")
+     (arguments (list #:tests? #f))
+     (native-inputs '())))
+
 (define-public python-socketio
   (package
     (name "python-socketio")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]