Skip to content

Commit b190680

Browse files
author
Matthias Koeppe
committed
build/pkgs/httpcore: New (httpx dep)
1 parent f262926 commit b190680

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

build/pkgs/httpcore/SPKG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
httpcore: A minimal low-level HTTP client.
2+
==========================================
3+
4+
Description
5+
-----------
6+
7+
A minimal low-level HTTP client.
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/httpcore/
16+

build/pkgs/httpcore/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=httpcore-VERSION-py3-none-any.whl
2+
sha1=e83eb30232906df8ac673d6c49c657957dc00ce1
3+
md5=9f99e1b4ed8ba940bd698e21af54ef6d
4+
cksum=2564019022
5+
upstream_url=https://pypi.io/packages/py3/h/httpcore/httpcore-VERSION-py3-none-any.whl

build/pkgs/httpcore/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
h11 | $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
httpcore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.4

build/pkgs/httpcore/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

build/pkgs/httpx/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
httpcore | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)