[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/233: gnu: Add python-httpx-bootstrap.
From: |
guix-commits |
Subject: |
141/233: gnu: Add python-httpx-bootstrap. |
Date: |
Sun, 24 Apr 2022 23:39:55 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit aa9aedd38eb4dc4cbfb610d4fe31d1619fe8532d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 18 00:10:28 2022 -0400
gnu: Add python-httpx-bootstrap.
* gnu/packages/python-web.scm (python-httpx-bootstrap): New variable.
---
gnu/packages/python-web.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e1200fae75..ef07e39a37 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5412,6 +5412,17 @@ Plus all the standard features of requests:
@end itemize")
(license license:bsd-3)))
+;;; Variant used to break a cycle with python-uvicorn.
+(define-public python-httpx-bootstrap
+ (hidden-package
+ (package/inherit python-httpx
+ (name "python-httpx-bootstrap")
+ (arguments (list #:tests? #f))
+ (native-inputs '())
+ (propagated-inputs
+ (modify-inputs (package-propagated-inputs python-httpx)
+ (replace "python-httpcore" python-httpcore-bootstrap))))))
+
(define-public python-wsgiprox
(package
(name "python-wsgiprox")
- 152/233: gnu: Add python-openapi-core., (continued)
- 152/233: gnu: Add python-openapi-core., guix-commits, 2022/04/24
- 154/233: gnu: python-hypothesis-6.23: Update to 6.43.3., guix-commits, 2022/04/24
- 155/233: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/24
- 161/233: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/24
- 179/233: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/04/24
- 180/233: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/04/24
- 182/233: gnu: python-bitstruct: Update to 8.14.0., guix-commits, 2022/04/24
- 189/233: gnu: Add python-mdx-gh-links., guix-commits, 2022/04/24
- 130/233: gnu: Add texlive-cm-lgc., guix-commits, 2022/04/24
- 135/233: gnu: Add python-rfc3339-validator., guix-commits, 2022/04/24
- 141/233: gnu: Add python-httpx-bootstrap.,
guix-commits <=
- 149/233: gnu: python-fakeredis: Update to 1.7.1., guix-commits, 2022/04/24
- 159/233: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/24
- 160/233: gnu: python-scikit-learn: Parallelize build and test suite., guix-commits, 2022/04/24
- 163/233: gnu: python-jupyter-server: Update to 1.16.0., guix-commits, 2022/04/24
- 165/233: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/04/24
- 169/233: gnu: xeus: Update to 2.4.1., guix-commits, 2022/04/24
- 172/233: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/04/24
- 176/233: gnu: Add python-bson., guix-commits, 2022/04/24
- 183/233: gnu: Add python-toolrack., guix-commits, 2022/04/24
- 173/233: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/04/24