File: control

package info (click to toggle)
python-bottle-cork 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 936 kB
  • sloc: python: 6,862; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 922 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
Source: python-bottle-cork
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://cork.firelet.net/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bottle-cork.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bottle-cork

Package: python3-bottle-cork
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends},
 python3-bottle-beaker
Suggests:
 libjs-jquery,
 ${python3:Suggests}
Description: Authentication/Authorization library for Bottle
 Cork is a simple Authentication/Authorization library for the Bottle and Flask
 web frameworks.
 .
 This package provides the Python 3.x module.