File: control

package info (click to toggle)
pastedeploy 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: python: 1,278; makefile: 107
file content (73 lines) | stat: -rw-r--r-- 3,204 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
Source: pastedeploy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python-all,
               python-pytest,
               python-pytest-runner,
               python-setuptools,
               python3-all,
               python3-docutils,
               python3-pytest,
               python3-pytest-runner,
               python3-setuptools,
Standards-Version: 4.3.0
Homepage: http://pythonpaste.org/deploy/
Vcs-Git: https://salsa.debian.org/python-team/modules/pastedeploy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pastedeploy

Package: python-pastedeploy
Architecture: all
Depends: python-paste,
         python-pastedeploy-tpl (= ${binary:Version}),
         python-pkg-resources,
         ${misc:Depends},
         ${python:Depends},
Recommends: python-pastescript,
Enhances: python-paste,
Description: load, configure, and compose WSGI applications and servers - Python 2.x
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Python 2.x module.

Package: python3-pastedeploy
Architecture: all
Depends: python-pastedeploy-tpl (= ${binary:Version}),
         python3-paste,
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends},
Recommends: python3-pastescript,
Enhances: python3-paste,
Description: load, configure, and compose WSGI applications and servers - Python 3.x
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Python 3.x module.

Package: python-pastedeploy-tpl
Architecture: all
Depends: ${misc:Depends},
Breaks: python-pastedeploy (<< 1.5.0-4),
Replaces: python-pastedeploy (<< 1.5.0-4),
Description: load, configure, and compose WSGI applications and servers - templates
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Paste Deploy's paster template.