summaryrefslogtreecommitdiff
path: root/www/py-werkzeug
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-01-07 17:06:25 +0000
committerkleink <kleink@pkgsrc.org>2013-01-07 17:06:25 +0000
commit3dcd98d7709d921201a9d7c7f59e5bf56486d202 (patch)
tree089c5ce8dfd362210a7d76295509ac69530f02de /www/py-werkzeug
parentc0f5a48848cbca4b394f48336818ada87bf1988a (diff)
downloadpkgsrc-3dcd98d7709d921201a9d7c7f59e5bf56486d202.tar.gz
Import Werkzeug-0.8.3 as www/py-werkzeug.
Werkzeug is a WSGI utility library for Python. It's widely used and BSD licensed. Werkzeug started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. It does Unicode and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer.
Diffstat (limited to 'www/py-werkzeug')
-rw-r--r--www/py-werkzeug/DESCR14
-rw-r--r--www/py-werkzeug/Makefile16
-rw-r--r--www/py-werkzeug/PLIST129
-rw-r--r--www/py-werkzeug/distinfo5
4 files changed, 164 insertions, 0 deletions
diff --git a/www/py-werkzeug/DESCR b/www/py-werkzeug/DESCR
new file mode 100644
index 00000000000..ebfc197280f
--- /dev/null
+++ b/www/py-werkzeug/DESCR
@@ -0,0 +1,14 @@
+Werkzeug is a WSGI utility library for Python. It's widely used
+and BSD licensed.
+
+Werkzeug started as a simple collection of various utilities for
+WSGI applications and has become one of the most advanced WSGI
+utility modules. It includes a powerful debugger, fully featured
+request and response objects, HTTP utilities to handle entity tags,
+cache control headers, HTTP dates, cookie handling, file uploads,
+a powerful URL routing system and a bunch of community contributed
+addon modules.
+
+It does Unicode and doesn't enforce a specific template engine,
+database adapter or anything else. It doesn't even enforce a specific
+way of handling requests and leaves all that up to the developer.
diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
new file mode 100644
index 00000000000..559502984c5
--- /dev/null
+++ b/www/py-werkzeug/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/01/07 17:06:25 kleink Exp $
+
+DISTNAME= Werkzeug-0.8.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www python
+MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://werkzeug.pocoo.org/
+COMMENT= Python WSGI Utility Library
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # empty
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-werkzeug/PLIST b/www/py-werkzeug/PLIST
new file mode 100644
index 00000000000..8a2032e27b9
--- /dev/null
+++ b/www/py-werkzeug/PLIST
@@ -0,0 +1,129 @@
+@comment $NetBSD: PLIST,v 1.1 2013/01/07 17:06:25 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/werkzeug/__init__.py
+${PYSITELIB}/werkzeug/__init__.pyc
+${PYSITELIB}/werkzeug/__init__.pyo
+${PYSITELIB}/werkzeug/_internal.py
+${PYSITELIB}/werkzeug/_internal.pyc
+${PYSITELIB}/werkzeug/_internal.pyo
+${PYSITELIB}/werkzeug/contrib/__init__.py
+${PYSITELIB}/werkzeug/contrib/__init__.pyc
+${PYSITELIB}/werkzeug/contrib/__init__.pyo
+${PYSITELIB}/werkzeug/contrib/atom.py
+${PYSITELIB}/werkzeug/contrib/atom.pyc
+${PYSITELIB}/werkzeug/contrib/atom.pyo
+${PYSITELIB}/werkzeug/contrib/cache.py
+${PYSITELIB}/werkzeug/contrib/cache.pyc
+${PYSITELIB}/werkzeug/contrib/cache.pyo
+${PYSITELIB}/werkzeug/contrib/fixers.py
+${PYSITELIB}/werkzeug/contrib/fixers.pyc
+${PYSITELIB}/werkzeug/contrib/fixers.pyo
+${PYSITELIB}/werkzeug/contrib/iterio.py
+${PYSITELIB}/werkzeug/contrib/iterio.pyc
+${PYSITELIB}/werkzeug/contrib/iterio.pyo
+${PYSITELIB}/werkzeug/contrib/jsrouting.py
+${PYSITELIB}/werkzeug/contrib/jsrouting.pyc
+${PYSITELIB}/werkzeug/contrib/jsrouting.pyo
+${PYSITELIB}/werkzeug/contrib/kickstart.py
+${PYSITELIB}/werkzeug/contrib/kickstart.pyc
+${PYSITELIB}/werkzeug/contrib/kickstart.pyo
+${PYSITELIB}/werkzeug/contrib/limiter.py
+${PYSITELIB}/werkzeug/contrib/limiter.pyc
+${PYSITELIB}/werkzeug/contrib/limiter.pyo
+${PYSITELIB}/werkzeug/contrib/lint.py
+${PYSITELIB}/werkzeug/contrib/lint.pyc
+${PYSITELIB}/werkzeug/contrib/lint.pyo
+${PYSITELIB}/werkzeug/contrib/profiler.py
+${PYSITELIB}/werkzeug/contrib/profiler.pyc
+${PYSITELIB}/werkzeug/contrib/profiler.pyo
+${PYSITELIB}/werkzeug/contrib/securecookie.py
+${PYSITELIB}/werkzeug/contrib/securecookie.pyc
+${PYSITELIB}/werkzeug/contrib/securecookie.pyo
+${PYSITELIB}/werkzeug/contrib/sessions.py
+${PYSITELIB}/werkzeug/contrib/sessions.pyc
+${PYSITELIB}/werkzeug/contrib/sessions.pyo
+${PYSITELIB}/werkzeug/contrib/testtools.py
+${PYSITELIB}/werkzeug/contrib/testtools.pyc
+${PYSITELIB}/werkzeug/contrib/testtools.pyo
+${PYSITELIB}/werkzeug/contrib/wrappers.py
+${PYSITELIB}/werkzeug/contrib/wrappers.pyc
+${PYSITELIB}/werkzeug/contrib/wrappers.pyo
+${PYSITELIB}/werkzeug/datastructures.py
+${PYSITELIB}/werkzeug/datastructures.pyc
+${PYSITELIB}/werkzeug/datastructures.pyo
+${PYSITELIB}/werkzeug/debug/__init__.py
+${PYSITELIB}/werkzeug/debug/__init__.pyc
+${PYSITELIB}/werkzeug/debug/__init__.pyo
+${PYSITELIB}/werkzeug/debug/console.py
+${PYSITELIB}/werkzeug/debug/console.pyc
+${PYSITELIB}/werkzeug/debug/console.pyo
+${PYSITELIB}/werkzeug/debug/repr.py
+${PYSITELIB}/werkzeug/debug/repr.pyc
+${PYSITELIB}/werkzeug/debug/repr.pyo
+${PYSITELIB}/werkzeug/debug/shared/FONT_LICENSE
+${PYSITELIB}/werkzeug/debug/shared/console.png
+${PYSITELIB}/werkzeug/debug/shared/debugger.js
+${PYSITELIB}/werkzeug/debug/shared/jquery.js
+${PYSITELIB}/werkzeug/debug/shared/less.png
+${PYSITELIB}/werkzeug/debug/shared/more.png
+${PYSITELIB}/werkzeug/debug/shared/source.png
+${PYSITELIB}/werkzeug/debug/shared/style.css
+${PYSITELIB}/werkzeug/debug/shared/ubuntu.ttf
+${PYSITELIB}/werkzeug/debug/tbtools.py
+${PYSITELIB}/werkzeug/debug/tbtools.pyc
+${PYSITELIB}/werkzeug/debug/tbtools.pyo
+${PYSITELIB}/werkzeug/exceptions.py
+${PYSITELIB}/werkzeug/exceptions.pyc
+${PYSITELIB}/werkzeug/exceptions.pyo
+${PYSITELIB}/werkzeug/formparser.py
+${PYSITELIB}/werkzeug/formparser.pyc
+${PYSITELIB}/werkzeug/formparser.pyo
+${PYSITELIB}/werkzeug/http.py
+${PYSITELIB}/werkzeug/http.pyc
+${PYSITELIB}/werkzeug/http.pyo
+${PYSITELIB}/werkzeug/local.py
+${PYSITELIB}/werkzeug/local.pyc
+${PYSITELIB}/werkzeug/local.pyo
+${PYSITELIB}/werkzeug/posixemulation.py
+${PYSITELIB}/werkzeug/posixemulation.pyc
+${PYSITELIB}/werkzeug/posixemulation.pyo
+${PYSITELIB}/werkzeug/routing.py
+${PYSITELIB}/werkzeug/routing.pyc
+${PYSITELIB}/werkzeug/routing.pyo
+${PYSITELIB}/werkzeug/script.py
+${PYSITELIB}/werkzeug/script.pyc
+${PYSITELIB}/werkzeug/script.pyo
+${PYSITELIB}/werkzeug/security.py
+${PYSITELIB}/werkzeug/security.pyc
+${PYSITELIB}/werkzeug/security.pyo
+${PYSITELIB}/werkzeug/serving.py
+${PYSITELIB}/werkzeug/serving.pyc
+${PYSITELIB}/werkzeug/serving.pyo
+${PYSITELIB}/werkzeug/templates.py
+${PYSITELIB}/werkzeug/templates.pyc
+${PYSITELIB}/werkzeug/templates.pyo
+${PYSITELIB}/werkzeug/test.py
+${PYSITELIB}/werkzeug/test.pyc
+${PYSITELIB}/werkzeug/test.pyo
+${PYSITELIB}/werkzeug/testapp.py
+${PYSITELIB}/werkzeug/testapp.pyc
+${PYSITELIB}/werkzeug/testapp.pyo
+${PYSITELIB}/werkzeug/urls.py
+${PYSITELIB}/werkzeug/urls.pyc
+${PYSITELIB}/werkzeug/urls.pyo
+${PYSITELIB}/werkzeug/useragents.py
+${PYSITELIB}/werkzeug/useragents.pyc
+${PYSITELIB}/werkzeug/useragents.pyo
+${PYSITELIB}/werkzeug/utils.py
+${PYSITELIB}/werkzeug/utils.pyc
+${PYSITELIB}/werkzeug/utils.pyo
+${PYSITELIB}/werkzeug/wrappers.py
+${PYSITELIB}/werkzeug/wrappers.pyc
+${PYSITELIB}/werkzeug/wrappers.pyo
+${PYSITELIB}/werkzeug/wsgi.py
+${PYSITELIB}/werkzeug/wsgi.pyc
+${PYSITELIB}/werkzeug/wsgi.pyo
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
new file mode 100644
index 00000000000..63cfeeabc7b
--- /dev/null
+++ b/www/py-werkzeug/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/01/07 17:06:25 kleink Exp $
+
+SHA1 (Werkzeug-0.8.3.tar.gz) = e61fd2a1c7f7eef817cf8a6716c74bf426db9f57
+RMD160 (Werkzeug-0.8.3.tar.gz) = 4a1c8752e7ade999f09cbdb466dece3c80a01cff
+Size (Werkzeug-0.8.3.tar.gz) = 1108617 bytes