[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: |
Wed, 11 May 2022 18:03:32 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit cb7873438e0df410034abb06d3c8a4f12d0fd2af
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")
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., (continued)
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/11
- 214/242: gnu: python-sphinx: Update to 4.5.0., guix-commits, 2022/05/11
- 230/242: gnu: Add python-mpl-sphinx-theme., guix-commits, 2022/05/11
- 224/242: gnu: python-sphinx-autodoc-typehints: Update to 1.18.1., guix-commits, 2022/05/11
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/11
- 234/242: gnu: python-qtconsole: Update to 5.3.0., guix-commits, 2022/05/11
- 237/242: gnu: python-pytest-sanic: Update to 1.9.1., guix-commits, 2022/05/11
- 241/242: gnu: Add python-sanic-testing., guix-commits, 2022/05/11
- 236/242: gnu: python-matplotlib: Update to 3.5.2., guix-commits, 2022/05/11
- 228/242: gnu: Add python-ipdb., guix-commits, 2022/05/11
- 240/242: gnu: Add python-sanic-bootstrap.,
guix-commits <=
- 223/242: gnu: Add python-nptyping., guix-commits, 2022/05/11
- 225/242: gnu: python-sphinxext-opengraph: Update to 0.6.3., guix-commits, 2022/05/11
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/11
- 221/242: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/05/11
- 80/242: gnu: Add skia., guix-commits, 2022/05/11
- 79/242: gnu: Add python-cffsubr., guix-commits, 2022/05/11
- 02/242: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/05/11
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/11
- 22/242: gnu: Add python-defcon-bootstrap., guix-commits, 2022/05/11
- 29/242: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/05/11