diff options
author | leot <leot@pkgsrc.org> | 2016-02-16 13:49:56 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-16 13:49:56 +0000 |
commit | a9a28c775bc884810fb62d19e6d76ee7234ec90f (patch) | |
tree | 1faeab3d5f9c2c9b5a51567da0c485e5ec6e3714 /www/py-h2/PLIST | |
parent | 5a0f3a43b3d1a4df5c001e0c3496d75986f4b97b (diff) | |
download | pkgsrc-a9a28c775bc884810fb62d19e6d76ee7234ec90f.tar.gz |
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.
Diffstat (limited to 'www/py-h2/PLIST')
-rw-r--r-- | www/py-h2/PLIST | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/py-h2/PLIST b/www/py-h2/PLIST new file mode 100644 index 00000000000..966d505553a --- /dev/null +++ b/www/py-h2/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2016/02/16 13:49:56 leot Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/h2/__init__.py +${PYSITELIB}/h2/__init__.pyc +${PYSITELIB}/h2/__init__.pyo +${PYSITELIB}/h2/connection.py +${PYSITELIB}/h2/connection.pyc +${PYSITELIB}/h2/connection.pyo +${PYSITELIB}/h2/errors.py +${PYSITELIB}/h2/errors.pyc +${PYSITELIB}/h2/errors.pyo +${PYSITELIB}/h2/events.py +${PYSITELIB}/h2/events.pyc +${PYSITELIB}/h2/events.pyo +${PYSITELIB}/h2/exceptions.py +${PYSITELIB}/h2/exceptions.pyc +${PYSITELIB}/h2/exceptions.pyo +${PYSITELIB}/h2/frame_buffer.py +${PYSITELIB}/h2/frame_buffer.pyc +${PYSITELIB}/h2/frame_buffer.pyo +${PYSITELIB}/h2/settings.py +${PYSITELIB}/h2/settings.pyc +${PYSITELIB}/h2/settings.pyo +${PYSITELIB}/h2/stream.py +${PYSITELIB}/h2/stream.pyc +${PYSITELIB}/h2/stream.pyo +${PYSITELIB}/h2/utilities.py +${PYSITELIB}/h2/utilities.pyc +${PYSITELIB}/h2/utilities.pyo |