Import py34-WebOb-1.4 as www/py-WebOb, packaged for wip by
kamelderouiche. WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment
This commit is contained in:
parent
56c3a91a38
commit
8822b7aed3
4 changed files with 83 additions and 0 deletions
6
www/py-WebOb/DESCR
Normal file
6
www/py-WebOb/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
WebOb provides wrappers around the WSGI request environment, and an
|
||||
object to help create WSGI responses.
|
||||
|
||||
The objects map much of the specified behavior of HTTP, including
|
||||
header parsing and accessors for other standard parts of the
|
||||
environment
|
18
www/py-WebOb/Makefile
Normal file
18
www/py-WebOb/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/08/20 13:23:51 wiz Exp $
|
||||
|
||||
DISTNAME= WebOb-1.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/W/WebOb/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://pypi.python.org/pypi/WebOb
|
||||
COMMENT= Python module providing WSGI request and response objects
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
54
www/py-WebOb/PLIST
Normal file
54
www/py-WebOb/PLIST
Normal file
|
@ -0,0 +1,54 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/08/20 13:23:51 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/webob/__init__.py
|
||||
${PYSITELIB}/webob/__init__.pyc
|
||||
${PYSITELIB}/webob/__init__.pyo
|
||||
${PYSITELIB}/webob/acceptparse.py
|
||||
${PYSITELIB}/webob/acceptparse.pyc
|
||||
${PYSITELIB}/webob/acceptparse.pyo
|
||||
${PYSITELIB}/webob/byterange.py
|
||||
${PYSITELIB}/webob/byterange.pyc
|
||||
${PYSITELIB}/webob/byterange.pyo
|
||||
${PYSITELIB}/webob/cachecontrol.py
|
||||
${PYSITELIB}/webob/cachecontrol.pyc
|
||||
${PYSITELIB}/webob/cachecontrol.pyo
|
||||
${PYSITELIB}/webob/compat.py
|
||||
${PYSITELIB}/webob/compat.pyc
|
||||
${PYSITELIB}/webob/compat.pyo
|
||||
${PYSITELIB}/webob/cookies.py
|
||||
${PYSITELIB}/webob/cookies.pyc
|
||||
${PYSITELIB}/webob/cookies.pyo
|
||||
${PYSITELIB}/webob/datetime_utils.py
|
||||
${PYSITELIB}/webob/datetime_utils.pyc
|
||||
${PYSITELIB}/webob/datetime_utils.pyo
|
||||
${PYSITELIB}/webob/dec.py
|
||||
${PYSITELIB}/webob/dec.pyc
|
||||
${PYSITELIB}/webob/dec.pyo
|
||||
${PYSITELIB}/webob/descriptors.py
|
||||
${PYSITELIB}/webob/descriptors.pyc
|
||||
${PYSITELIB}/webob/descriptors.pyo
|
||||
${PYSITELIB}/webob/etag.py
|
||||
${PYSITELIB}/webob/etag.pyc
|
||||
${PYSITELIB}/webob/etag.pyo
|
||||
${PYSITELIB}/webob/exc.py
|
||||
${PYSITELIB}/webob/exc.pyc
|
||||
${PYSITELIB}/webob/exc.pyo
|
||||
${PYSITELIB}/webob/headers.py
|
||||
${PYSITELIB}/webob/headers.pyc
|
||||
${PYSITELIB}/webob/headers.pyo
|
||||
${PYSITELIB}/webob/multidict.py
|
||||
${PYSITELIB}/webob/multidict.pyc
|
||||
${PYSITELIB}/webob/multidict.pyo
|
||||
${PYSITELIB}/webob/request.py
|
||||
${PYSITELIB}/webob/request.pyc
|
||||
${PYSITELIB}/webob/request.pyo
|
||||
${PYSITELIB}/webob/response.py
|
||||
${PYSITELIB}/webob/response.pyc
|
||||
${PYSITELIB}/webob/response.pyo
|
||||
${PYSITELIB}/webob/util.py
|
||||
${PYSITELIB}/webob/util.pyc
|
||||
${PYSITELIB}/webob/util.pyo
|
5
www/py-WebOb/distinfo
Normal file
5
www/py-WebOb/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/08/20 13:23:51 wiz Exp $
|
||||
|
||||
SHA1 (WebOb-1.4.tar.gz) = 252fdb646d78871c61c0bcf77d5ea921edae91d0
|
||||
RMD160 (WebOb-1.4.tar.gz) = fcbc4baa8b06ab4c61cc39cfb7eecf506a997745
|
||||
Size (WebOb-1.4.tar.gz) = 633302 bytes
|
Loading…
Reference in a new issue