[NEW] net/py-h11: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1

This is a little HTTP/1.1 library written from scratch in Python, heavily
inspired by hyper-h2.

WWW: https://pypi.org/project/h11/
This commit is contained in:
Muhammad Moinur Rahman 2019-02-14 00:02:09 +00:00
parent 4c9957275d
commit acc82db97e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492883
4 changed files with 28 additions and 0 deletions

View file

@ -1036,6 +1036,7 @@
SUBDIR += py-gntp
SUBDIR += py-gspread
SUBDIR += py-gspreadsheet
SUBDIR += py-h11
SUBDIR += py-haproxy-log-analysis
SUBDIR += py-haproxyctl
SUBDIR += py-httpstat

20
net/py-h11/Makefile Normal file
View file

@ -0,0 +1,20 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= h11
PORTVERSION= 0.8.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
net/py-h11/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1550099765
SHA256 (h11-0.8.1.tar.gz) = acca6a44cb52a32ab442b1779adf0875c443c689e9e028f8d831a3769f9c5208
SIZE (h11-0.8.1.tar.gz) = 94009

4
net/py-h11/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
This is a little HTTP/1.1 library written from scratch in Python, heavily
inspired by hyper-h2.
WWW: https://pypi.org/project/h11/