Skip to content

Commit f262926

Browse files
author
Matthias Koeppe
committed
build/pkgs/h11: New (httpcore dep)
1 parent 085073d commit f262926

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

build/pkgs/h11/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
h11: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
2+
=================================================================
3+
4+
Description
5+
-----------
6+
7+
A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
8+
9+
License
10+
-------
11+
12+
MIT
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/h11/
18+

build/pkgs/h11/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=h11-VERSION-py3-none-any.whl
2+
sha1=c502d56dc3288212142a398704a5109749331dd8
3+
md5=47f19bfed53c8f9278749c532490977e
4+
cksum=462065947
5+
upstream_url=https://pypi.io/packages/py3/h/h11/h11-VERSION-py3-none-any.whl

build/pkgs/h11/dependencies

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

build/pkgs/h11/install-requires.txt

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

build/pkgs/h11/package-version.txt

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

build/pkgs/h11/type

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

0 commit comments

Comments
 (0)