From a9a28c775bc884810fb62d19e6d76ee7234ec90f Mon Sep 17 00:00:00 2001 From: leot Date: Tue, 16 Feb 2016 13:49:56 +0000 Subject: 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. --- www/py-h2/PLIST | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 www/py-h2/PLIST (limited to 'www/py-h2/PLIST') 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 -- cgit v1.2.3