pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-h2
Module Name: pkgsrc
Committed By: leot
Date: Tue Feb 16 13:49:56 UTC 2016
Added Files:
pkgsrc/www/py-h2: DESCR Makefile PLIST distinfo
pkgsrc/www/py-h2/patches: patch-setup.py
Log Message:
Import py-h2-2.1.1 as www/py-h2.
Hyper-h2 is a HTTP/2 protocol stack, written entirely in Python. The goal
of Hyper-h2 is to be a common HTTP/2 stack for the Python ecosystem, usable
in all programs regardless of concurrency model or environment.
To achieve this, Hyper-h2 is entirely self-contained: it does no I/O of any
kind, leaving that up to a wrapper library to control. This ensures that it
can seamlessly work in all kinds of environments, from single-threaded code
to Twisted.
Its goal is to be 100% compatible with RFC 7540, implementing a complete
HTTP/2 protocol stack build on a set of finite state machines. Its
secondary goals are to be fast, clear, and efficient.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-h2/DESCR pkgsrc/www/py-h2/Makefile \
pkgsrc/www/py-h2/PLIST pkgsrc/www/py-h2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-h2/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index