summaryrefslogtreecommitdiff
path: root/www/py-WebOb
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-20 13:23:51 +0000
committerwiz <wiz>2014-08-20 13:23:51 +0000
commit74ee410006d4492e387350b6be861c9e419e6a90 (patch)
treeb0f569682d5cded6276ef786c7fa8cbb94909b0d /www/py-WebOb
parentdb846db58883853ebb4a515990a9e4baf16d5e76 (diff)
downloadpkgsrc-74ee410006d4492e387350b6be861c9e419e6a90.tar.gz
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
Diffstat (limited to 'www/py-WebOb')
-rw-r--r--www/py-WebOb/DESCR6
-rw-r--r--www/py-WebOb/Makefile18
-rw-r--r--www/py-WebOb/PLIST54
-rw-r--r--www/py-WebOb/distinfo5
4 files changed, 83 insertions, 0 deletions
diff --git a/www/py-WebOb/DESCR b/www/py-WebOb/DESCR
new file mode 100644
index 00000000000..49cc78d0a01
--- /dev/null
+++ b/www/py-WebOb/DESCR
@@ -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
diff --git a/www/py-WebOb/Makefile b/www/py-WebOb/Makefile
new file mode 100644
index 00000000000..b101c1cea0c
--- /dev/null
+++ b/www/py-WebOb/Makefile
@@ -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"
diff --git a/www/py-WebOb/PLIST b/www/py-WebOb/PLIST
new file mode 100644
index 00000000000..05f0e391744
--- /dev/null
+++ b/www/py-WebOb/PLIST
@@ -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
diff --git a/www/py-WebOb/distinfo b/www/py-WebOb/distinfo
new file mode 100644
index 00000000000..6c08795aba7
--- /dev/null
+++ b/www/py-WebOb/distinfo
@@ -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