File: control

package info (click to toggle)
python-formencode 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,848 kB
  • ctags: 1,786
  • sloc: python: 6,564; makefile: 114; sh: 8
file content (43 lines) | stat: -rw-r--r-- 1,898 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
Source: python-formencode
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python,
 python-all (>= 2.6.6-3), python-setuptools (>= 0.6a9),
 python3-all, python3-setuptools,
# used in tests:
 python-nose, python-pycountry, python-dnspython,
 python3-nose, python3-dnspython
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: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-formencode.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-formencode.git
Homepage: http://formencode.org

Package: python-formencode
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-dnspython, python-pkg-resources
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:Depends}, ${misc:Depends}, python3-dnspython, python3-pkg-resources
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.