File: control

package info (click to toggle)
wsgiproxy2 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 668; makefile: 128
file content (30 lines) | stat: -rw-r--r-- 1,102 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
Source: wsgiproxy2
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-webob,
               python3-setuptools,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-urllib3,
               python3-webtest
Rules-Requires-Root: no
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/wsgiproxy2
Vcs-Git: https://salsa.debian.org/python-team/packages/wsgiproxy2.git
Homepage: https://github.com/gawel/wsgiproxy2

Package: python3-wsgiproxy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-webob,
         python3-requests | python3-urllib3
Description: minimalist WSGI server implementation using async
 This package provides a simple Python implementation of the
 WSGI interface using the waitress pure Python HTTP implementation.