File: control

package info (click to toggle)
python-whitenoise 6.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,040; makefile: 132; javascript: 10
file content (30 lines) | stat: -rw-r--r-- 1,181 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: 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 (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-django,
               python3-requests,
               python3-setuptools,
               python3-brotli,
               python3-pytest,
Standards-Version: 4.6.2
Homepage: https://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-pybuild

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.