File: control

package info (click to toggle)
wtf-peewee 3.0.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 895; sh: 22; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (2)
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
Source: wtf-peewee
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-peewee <!nocheck>,
 python3-setuptools,
 python3-wtforms <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/coleifer/wtf-peewee/
Vcs-Git: https://salsa.debian.org/python-team/packages/wtf-peewee.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/wtf-peewee

Package: python3-wtf-peewee
Architecture: all
Depends:
 python3-peewee,
 python3-wtforms,
 ${misc:Depends},
 ${python3:Depends},
Description: WTForms integration for peewee models (Python 3)
 Bridge between wtforms.ext and peewee. It provides a bridge between
 peewee models and wtforms, mapping model fields to form fields.
 .
 This is the Python 3 package.