[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
241/242: gnu: Add python-sanic-testing.
From: |
guix-commits |
Subject: |
241/242: gnu: Add python-sanic-testing. |
Date: |
Thu, 12 May 2022 14:14:55 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 7acd0122307016477293df878d775d0b79eaeb34
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Apr 27 09:50:22 2022 +0200
gnu: Add python-sanic-testing.
* gnu/packages/python-web.scm (python-sanic-testing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 574b7958cb..8b6d454780 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6362,6 +6362,30 @@ as a Python package.")
the @code{BasicRouter}.")
(license license:expat)))
+(define-public python-sanic-testing
+ (package
+ (name "python-sanic-testing")
+ (version "22.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sanic-testing" version))
+ (sha256
+ (base32 "1vkgi9d3xyik507j4jy9s74mkl81hgx3c2d5y3aa1av9h6wjjivp"))))
+ (build-system python-build-system)
+ (arguments
+ ;; PyPi sources does not contain tests, recursive dependency on
+ ;; python-sanic.
+ (list #:tests? #f))
+ (propagated-inputs (list python-httpx python-sanic-bootstrap
+ python-websockets))
+ (home-page "https://github.com/sanic-org/sanic-testing/")
+ (synopsis "Test clients for Sanic")
+ (description "Internal package for @code{python-sanic}, which is
+meant to be the core testing utility and clients for testing Sanic
+applications.")
+ (license license:expat)))
+
(define-public python-sanic
(package
(name "python-sanic")
- 109/242: gnu: python-nbclient: Update to 0.6.0., (continued)
- 109/242: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/05/12
- 114/242: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/05/12
- 118/242: gnu: Add python-nbdime., guix-commits, 2022/05/12
- 131/242: gnu: Add texlive-xindy., guix-commits, 2022/05/12
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/12
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/12
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/12
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/12
- 212/242: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/05/12
- 219/242: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests., guix-commits, 2022/05/12
- 241/242: gnu: Add python-sanic-testing.,
guix-commits <=
- 204/242: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/12
- 238/242: gnu: python-multidict: Update to 5.2.0., guix-commits, 2022/05/12
- 07/242: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/05/12
- 39/242: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/05/12
- 60/242: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/05/12
- 133/242: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/05/12
- 132/242: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/05/12
- 124/242: gnu: texlive-fontspec: Add missing propagated inputs., guix-commits, 2022/05/12
- 147/242: gnu: Add python-pecan., guix-commits, 2022/05/12
- 149/242: gnu: python-fakeredis: Update to 1.7.1., guix-commits, 2022/05/12