Path to this page:
./
www/py-werkzeug-docs,
Python WSGI Utility Library (HTML documentation)
Branch: pkgsrc-2013Q2,
Version: 0.8.3,
Package name: py27-werkzeug-docs-0.8.3,
Maintainer: kleinkThis package contains the HTML documentation for 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.
Required to build:[
lang/python27] [
textproc/py-sphinx]
Master sites:
SHA1: e61fd2a1c7f7eef817cf8a6716c74bf426db9f57
RMD160: 4a1c8752e7ade999f09cbdb466dece3c80a01cff
Filesize: 1082.634 KB
Version history: (Expand)
- (2013-07-08) Package added to pkgsrc.se, version py27-werkzeug-docs-0.8.3 (created)
CVS history: (Expand)
2013-08-14 14:42:29 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4210 - requested by wiz
www/py-werkzeug-docs: packaging fix
Revisions pulled up:
- www/py-werkzeug-docs/Makefile 1.2
---
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 5 08:40:14 UTC 2013
Modified Files:
pkgsrc/www/py-werkzeug-docs: Makefile
Log message:
Simplify PKGNAME for older make(1)s or other parsers.
|