Import py27-http-parser-0.8.3 as www/py-http-parser.
HTTP request/response parser for Python compatible with Python 2.x (>=2.6), Python 3 and Pypy. If possible a C parser based on http-parser from Ryan Dahl will be used.
This commit is contained in:
parent
03c40503d2
commit
ac010017c8
4 changed files with 50 additions and 0 deletions
3
www/py-http-parser/DESCR
Normal file
3
www/py-http-parser/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
HTTP request/response parser for Python compatible with Python 2.x (>=2.6),
|
||||
Python 3 and Pypy. If possible a C parser based on http-parser from Ryan Dahl
|
||||
will be used.
|
18
www/py-http-parser/Makefile
Normal file
18
www/py-http-parser/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/12/31 19:32:32 rodent Exp $
|
||||
|
||||
DISTNAME= http-parser-0.8.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/h/http-parser/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://github.com/benoitc/http-parser
|
||||
COMMENT= HTTP request/response parser
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= c
|
||||
EGG_NAME= ${DISTNAME:S/-/_/1}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
24
www/py-http-parser/PLIST
Normal file
24
www/py-http-parser/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/12/31 19:32:32 rodent Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/http_parser/__init__.py
|
||||
${PYSITELIB}/http_parser/__init__.pyc
|
||||
${PYSITELIB}/http_parser/__init__.pyo
|
||||
${PYSITELIB}/http_parser/_socketio.py
|
||||
${PYSITELIB}/http_parser/_socketio.pyc
|
||||
${PYSITELIB}/http_parser/_socketio.pyo
|
||||
${PYSITELIB}/http_parser/http.py
|
||||
${PYSITELIB}/http_parser/http.pyc
|
||||
${PYSITELIB}/http_parser/http.pyo
|
||||
${PYSITELIB}/http_parser/parser.so
|
||||
${PYSITELIB}/http_parser/pyparser.py
|
||||
${PYSITELIB}/http_parser/pyparser.pyc
|
||||
${PYSITELIB}/http_parser/pyparser.pyo
|
||||
${PYSITELIB}/http_parser/reader.py
|
||||
${PYSITELIB}/http_parser/reader.pyc
|
||||
${PYSITELIB}/http_parser/reader.pyo
|
||||
${PYSITELIB}/http_parser/util.py
|
||||
${PYSITELIB}/http_parser/util.pyc
|
||||
${PYSITELIB}/http_parser/util.pyo
|
5
www/py-http-parser/distinfo
Normal file
5
www/py-http-parser/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/12/31 19:32:32 rodent Exp $
|
||||
|
||||
SHA1 (http-parser-0.8.3.tar.gz) = de2509e6b62d6beb191e0953d3b098ffac27fedd
|
||||
RMD160 (http-parser-0.8.3.tar.gz) = 5953b6a238917e14b1bf6c1e4f995fbac03463b5
|
||||
Size (http-parser-0.8.3.tar.gz) = 83040 bytes
|
Loading…
Reference in a new issue