Import py26-webob-0.9.8 as wip/py-webob.

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:
Kamel Ibn Aziz Derouiche 2010-04-14 09:51:39 +00:00 committed by Thomas Klausner
parent d163edb146
commit 15410122a3
4 changed files with 107 additions and 0 deletions

6
py-webob/DESCR Normal file
View 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

24
py-webob/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 09:51:39 jihbed Exp $
#
DISTNAME= WebOb-0.9.8.tar
EGG_NAME= ${DISTNAME:S/.tar//}
PKGNAME= ${PYPKGPREFIX}-webob-0.9.8
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/W/WebOb/
EXTRACT_SUFX= .gz#md5=07d1a1a4b0bf0faa67cb6638c632ea61
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pypi.python.org/packages/source/W/WebOb/
COMMENT= Python module providing WSGI request and response objects
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson
WRKSRC= ${WRKDIR}/WebOb-0.9.8
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 26 2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

72
py-webob/PLIST Normal file
View file

@ -0,0 +1,72 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/14 09:51:39 jihbed 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/datastruct.py
${PYSITELIB}/webob/datastruct.pyc
${PYSITELIB}/webob/datastruct.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/headerdict.py
${PYSITELIB}/webob/headerdict.pyc
${PYSITELIB}/webob/headerdict.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/statusreasons.py
${PYSITELIB}/webob/statusreasons.pyc
${PYSITELIB}/webob/statusreasons.pyo
${PYSITELIB}/webob/updatedict.py
${PYSITELIB}/webob/updatedict.pyc
${PYSITELIB}/webob/updatedict.pyo
${PYSITELIB}/webob/util/__init__.py
${PYSITELIB}/webob/util/__init__.pyc
${PYSITELIB}/webob/util/__init__.pyo
${PYSITELIB}/webob/util/dictmixin.py
${PYSITELIB}/webob/util/dictmixin.pyc
${PYSITELIB}/webob/util/dictmixin.pyo
${PYSITELIB}/webob/util/reversed.py
${PYSITELIB}/webob/util/reversed.pyc
${PYSITELIB}/webob/util/reversed.pyo
${PYSITELIB}/webob/util/safegzip.py
${PYSITELIB}/webob/util/safegzip.pyc
${PYSITELIB}/webob/util/safegzip.pyo
${PYSITELIB}/webob/util/stringtemplate.py
${PYSITELIB}/webob/util/stringtemplate.pyc
${PYSITELIB}/webob/util/stringtemplate.pyo

5
py-webob/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/04/14 09:51:39 jihbed Exp $
SHA1 (WebOb-0.9.8.tar.gz) = 32793f14b1d63af3ce3ed965b214e4ce69404863
RMD160 (WebOb-0.9.8.tar.gz) = 0603d16dc2d5c3b8d24a128624fa605765dab674
Size (WebOb-0.9.8.tar.gz) = 204703 bytes