diff options
author | leot <leot@pkgsrc.org> | 2016-02-16 13:47:31 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-16 13:47:31 +0000 |
commit | 0f3641a199f9cb2e082cbe7a6b747a29da5c0b92 (patch) | |
tree | 5a5abd77c89a3f9c752d56b11eb035a47babe405 /www/py-hyperframe/PLIST | |
parent | ee68e586c85d84593f380e15fd202edd1bc14d68 (diff) | |
download | pkgsrc-0f3641a199f9cb2e082cbe7a6b747a29da5c0b92.tar.gz |
Import py-hyperframe-3.2.0 as www/py-hyperframe.
This library contains the HTTP/2 framing code used in the hyper project.
It provides a pure-Python codebase that is capable of decoding a binary
stream into HTTP/2 frames.
This library is used directly by hyper and a number of other projects to
provide HTTP/2 frame decoding logic.
Diffstat (limited to 'www/py-hyperframe/PLIST')
-rw-r--r-- | www/py-hyperframe/PLIST | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/py-hyperframe/PLIST b/www/py-hyperframe/PLIST new file mode 100644 index 00000000000..6a7d97b4e5c --- /dev/null +++ b/www/py-hyperframe/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2016/02/16 13:47:31 leot Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/hyperframe/__init__.py +${PYSITELIB}/hyperframe/__init__.pyc +${PYSITELIB}/hyperframe/__init__.pyo +${PYSITELIB}/hyperframe/exceptions.py +${PYSITELIB}/hyperframe/exceptions.pyc +${PYSITELIB}/hyperframe/exceptions.pyo +${PYSITELIB}/hyperframe/flags.py +${PYSITELIB}/hyperframe/flags.pyc +${PYSITELIB}/hyperframe/flags.pyo +${PYSITELIB}/hyperframe/frame.py +${PYSITELIB}/hyperframe/frame.pyc +${PYSITELIB}/hyperframe/frame.pyo |