File: control

package info (click to toggle)
python-pecan 1.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,324 kB
  • sloc: python: 10,399; makefile: 130; sh: 12
file content (85 lines) | stat: -rw-r--r-- 2,707 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
Source: python-pecan
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools,
 python3-sphinx,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 gunicorn,
 python3-unittest2,
 python3-genshi,
 python3-gunicorn,
 python3-jinja2,
 python3-kajiki,
 python3-logutils,
 python3-mako,
 python3-markupsafe,
 python3-mock,
 python3-simplegeneric,
 python3-singledispatch,
 python3-six,
 python3-sqlalchemy,
 python3-virtualenv,
 python3-webob,
 python3-webtest,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pecan
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pecan.git
Homepage: https://pypi.python.org/pypi/pecan
Testsuite: autopkgtest-pkg-python

Package: python-pecan-doc
Section: doc
Architecture: all
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.

Package: python3-pecan
Architecture: all
Depends:
 python3-logutils,
 python3-mako,
 python3-markupsafe,
 python3-simplegeneric,
 python3-singledispatch,
 python3-six,
 python3-webob,
 python3-webtest,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-pecan-doc,
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.