1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: pastewebkit
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4),
python-setuptools (>= 0.6b3-1~), python-docutils
Standards-Version: 3.8.3
Homepage: http://pythonpaste.org/webkit/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastewebkit/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pastewebkit/trunk/
Package: python-pastewebkit
Architecture: all
Depends: ${python:Depends}, python-paste (>= 1.7-1~), python-pastedeploy, python-pastescript,
python-pkg-resources
Description: port/reimplementation of Webware WebKit in WSGI and Paste
This is a reimplementation of the Webware WebKit servlet API. This
implementation uses WSGI internally very heavily, and builds upon the
framework-neutral tools and services in Paste
|