File: control

package info (click to toggle)
python-pecan 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,372 kB
  • ctags: 1,832
  • sloc: python: 9,048; makefile: 144; sh: 85
file content (119 lines) | stat: -rw-r--r-- 4,791 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Source: python-pecan
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-sphinx,
               python3-all (>= 3.2),
               python3-setuptools
Build-Depends-Indep: gunicorn,
                     python-genshi,
                     python-jinja2,
                     python-kajiki,
                     python-logutils,
                     python-mako (>= 0.4.0),
                     python-markupsafe,
                     python-mock,
                     python-simplegeneric,
                     python-singledispatch,
                     python-sqlalchemy,
                     python-unittest2,
                     python-webob,
                     python-webtest,
                     python3-genshi,
                     python3-jinja2,
                     python3-kajiki,
                     python3-logutils,
                     python3-mako (>= 0.4.0),
                     python3-markupsafe,
                     python3-mock,
                     python3-simplegeneric,
                     python3-singledispatch,
                     python3-six,
                     python3-sqlalchemy,
                     python3-webob,
                     python3-webtest
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pecan.git
Vcs-Git: git://anonscm.debian.org/openstack/python-pecan.git
Homepage: http://pypi.python.org/pypi/pecan

Package: python-pecan
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python (<< 2.8),
         python (>= 2.6.6-7~),
         python-logutils,
         python-mako (>= 0.4.0),
         python-markupsafe,
         python-simplegeneric,
         python-singledispatch,
         python-six,
         python-webob,
         python-webtest,
         ${misc:Depends},
         ${python:Depends}
Description: WSGI object-dispatching web framework - Python 2.x
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the Python 2.x module.

Package: python3-pecan
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3 (>= 3.2),
         python3-logutils,
         python3-mako (>= 0.4.0),
         python3-markupsafe,
         python3-simplegeneric,
         python3-singledispatch,
         python3-six,
         python3-webob,
         python3-webtest,
         ${misc:Depends}
Description: WSGI object-dispatching web framework - Python 3.x
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the Python 3.x module.

Package: python-pecan-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: WSGI object-dispatching web framework
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the pecan documentation.