File: control

package info (click to toggle)
python-whitenoise 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 388 kB
  • sloc: python: 1,714; makefile: 136; sh: 13; javascript: 10
file content (29 lines) | stat: -rw-r--r-- 1,149 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
Source: python-whitenoise
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-django,
               python3-requests,
               python3-setuptools (>= 0.6b3),
               python3-brotli,
               python3-pytest,
Standards-Version: 4.5.1
Homepage: http://whitenoise.evans.io
Vcs-Git: https://salsa.debian.org/python-team/packages/python-whitenoise.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-whitenoise
Testsuite: autopkgtest-pkg-python

Package: python3-whitenoise
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: static file serving for WSGI applications (Python 3)
 With a couple of lines of config, WhiteNoise allows your web app to serve its
 own static files, making it a self-contained unit that can be deployed
 anywhere without relying on nginx, Amazon S3 or any other external service.
 .
 This package contains the Python 3 version of the library.