File: control

package info (click to toggle)
python-flask-httpauth 3.2.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: python: 1,061; makefile: 152
file content (41 lines) | stat: -rw-r--r-- 1,429 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
Source: python-flask-httpauth
Maintainer: Martín Ferrari <tincho@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-docutils,
               python3-flask,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian/python-flask-httpauth
Vcs-Git: https://salsa.debian.org/debian/python-flask-httpauth.git
Homepage: https://github.com/miguelgrinberg/flask-httpauth/
Testsuite: autopkgtest-pkg-python

Package: python3-flask-httpauth
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Provides: ${python:Provides},
Suggests: python-flask-httpauth-doc,
Description: Basic and Digest HTTP authentication for Flask (Python 3)
 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
 authentication for Flask routes.
 .
 This package installs the library for Python 3.

Package: python-flask-httpauth-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Breaks: python-flask-httpauth (<< 3.2.4-1)
Replaces: python-flask-httpauth (<< 3.2.4-1)
Description: Basic and Digest HTTP authentication for Flask (documentation)
 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
 authentication for Flask routes.
 .
 This is the common documentation package.