File: control

package info (click to toggle)
python-formencode 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,880 kB
  • sloc: python: 6,564; makefile: 114; sh: 8
file content (57 lines) | stat: -rw-r--r-- 1,891 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: python-formencode
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11~),
 dh-python,
 python-all (>= 2.6.6-3),
 python-dnspython <!nocheck>,
 python-nose <!nocheck>,
 python-pycountry (>= 17.5.14) <!nocheck>,
 python-setuptools (>= 0.6a9),
 python3-all,
 python3-dnspython <!nocheck>,
 python3-nose <!nocheck>,
 python3-setuptools,
Maintainer: Fabio Tranchitella <kobold@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Piotr Ożarowski <piotr@debian.org>,
 Neil Muller <drnlmuller+debian@gmail.com>,
 Chris Lamb <lamby@debian.org>,
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/python-team/modules/python-formencode.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-formencode
Homepage: http://formencode.org

Package: python-formencode
Architecture: all
Depends:
 python-dnspython,
 python-pkg-resources,
 ${misc:Depends},
 ${python:Depends},
Suggests:
 python-egenix-mxdatetime,
Description: validation and form generation Python package
 FormEncode is a validation and form generation package. The validation can
 be used separately from the form generation. The validation works on compound
 data structures, with all parts being nestable. It is separate from HTTP or
 any other input mechanism.
 .
 This package contains the Python 2 version of FormEncode.

Package: python3-formencode
Architecture: all
Depends:
 python3-dnspython,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Description: validation and form generation Python 3 package
 FormEncode is a validation and form generation package. The validation can
 be used separately from the form generation. The validation works on compound
 data structures, with all parts being nestable. It is separate from HTTP or
 any other input mechanism.
 .
 This package contains the Python 3 version of FormEncode.