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>
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.
