File: control

package info (click to toggle)
paste 2.0.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,396 kB
  • ctags: 2,615
  • sloc: python: 18,659; makefile: 17; sh: 7
file content (120 lines) | stat: -rw-r--r-- 4,808 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
120
Source: paste
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 (>= 9),
               dh-python,
Build-Depends-Indep: python-all,
                     python-nose,
                     python-setuptools,
                     python-six,
                     python-sphinx,
                     python3-all,
                     python3-nose,
                     python3-setuptools,
                     python3-six,
                     python3-sphinx,
Standards-Version: 3.9.8
Homepage: http://pythonpaste.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/paste.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/paste.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Testsuite: autopkgtest-pkg-python

Package: python-paste
Architecture: all
Depends: python-formencode,
         python-pkg-resources,
         python-tempita,
         ${misc:Depends},
         ${python:Depends},
Recommends: libjs-mochikit,
            python-ctypes,
            python-openid,
            python-openssl,
            python-scgi,
Suggests: httpd-wsgi,
          libapache2-mod-python,
          libapache2-mod-scgi,
          python-pastedeploy,
          python-pastescript,
          python-pastewebkit,
Description: tools for using a Web Server Gateway Interface stack - Python 2.x
 Python Paste brings consistency to Python web development and web application
 installation, providing tools for both developers and system administrators.
 .
 Paste for Administrators:
  * Easily install, run, and configure multiple Paste-enabled web
    applications at once, and integrate them into your website how
    you want (SCGI, FCGI, AJP, WSGI)
  * Manage and install web applications system-wide for easy maintenance
 .
 Paste for Web Developers:
  * Increase your web application's audience
  * Provide starter templates and custom commands for using your web framework
  * Keep your development and deployment straightened out, and your automated
    testing streamlined
  * Attention payed to the full development cycle -- starting projects,
    converting old projects, updating and deploying projects -- using a set of
    complementary packages and tools

Package: python3-paste
Architecture: all
Depends: python3-pkg-resources,
         python3-tempita,
         ${misc:Depends},
         ${python3:Depends},
Recommends: libjs-mochikit,
            python3-openssl,
Suggests: httpd-wsgi,
          libapache2-mod-python,
          libapache2-mod-scgi,
          python3-pastedeploy,
Description: tools for using a Web Server Gateway Interface stack - Python 3.x
 Python Paste brings consistency to Python web development and web application
 installation, providing tools for both developers and system administrators.
 .
 Paste for Administrators:
  * Easily install, run, and configure multiple Paste-enabled web
    applications at once, and integrate them into your website how
    you want (SCGI, FCGI, AJP, WSGI)
  * Manage and install web applications system-wide for easy maintenance
 .
 Paste for Web Developers:
  * Increase your web application's audience
  * Provide starter templates and custom commands for using your web framework
  * Keep your development and deployment straightened out, and your automated
    testing streamlined
  * Attention payed to the full development cycle -- starting projects,
    converting old projects, updating and deploying projects -- using a set of
    complementary packages and tools
 .
 This is the Python3 version of the package.

Package: python-paste-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: tools for using a Web Server Gateway Interface stack - documentation
 Python Paste brings consistency to Python web development and web application
 installation, providing tools for both developers and system administrators.
 .
 Paste for Administrators:
  * Easily install, run, and configure multiple Paste-enabled web
    applications at once, and integrate them into your website how
    you want (SCGI, FCGI, AJP, WSGI)
  * Manage and install web applications system-wide for easy maintenance
 .
 Paste for Web Developers:
  * Increase your web application's audience
  * Provide starter templates and custom commands for using your web framework
  * Keep your development and deployment straightened out, and your automated
    testing streamlined
  * Attention payed to the full development cycle -- starting projects,
    converting old projects, updating and deploying projects -- using a set of
    complementary packages and tools
 .
 This package provides the Sphinx generated documentation for Paste.