File: control

package info (click to toggle)
python-bottle 0.10.11-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,332 kB
  • sloc: python: 4,605; makefile: 191
file content (51 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: python-bottle
Section: python
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Uploaders: Federico Ceratto <federico.ceratto@gmail.com>
DM-Upload-Allowed: yes
Build-Depends:
 debhelper (>= 9~)
Build-Depends-Indep:
 python-all (>= 2.6.6-3~)
 , python-sphinx
# needed for build-time tests
 , python-cherrypy
 , python-gevent
 , python-mako
 , python-eventlet
 , python-paste
# , gunicorn
# , python-tornado
Standards-Version: 3.9.3
Homepage: http://bottlepy.org
X-Python-Version: >= 2.5
Vcs-Git: git://git.debian.org/git/collab-maint/python-bottle.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-bottle.git

Package: python-bottle
Architecture: all
Depends:
 ${python:Depends}
 , ${misc:Depends}
Provides: ${python:Provides}
Description: fast and simple WSGI-framework for Python
 Bottle is a fast and simple WSGI-framework for the Python programming
 language. It offers request dispatching with url parameter support
 (routes), templates, key/value databases, a built-in HTTP server and
 adapters for many third party WSGI/HTTP-server and template engines.

Package: python-bottle-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
 , libjs-jquery
 , libjs-underscore
Description: fast and simple WSGI-framework for Python - documentation
 Bottle is a fast and simple WSGI-framework for the Python programming
 language. It offers request dispatching with url parameter support
 (routes), templates, key/value databases, a built-in HTTP server and
 adapters for many third party WSGI/HTTP-server and template engines.
 .
 This package contains the Python module documentation.