Source: python-validictory
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Build-Depends: debhelper (>= 9),
 python-all (>= 2.6.6-3~),
 python-setuptools,
 python-sphinx (>= 1.0.7+dfsg),
 python3-all (>= 3.1.2),
 python3-setuptools
Standards-Version: 3.9.3
Homepage: https://github.com/sunlightlabs/python-validictory
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-validictory/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-validictory/trunk/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-validictory
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-validictory-doc
Description: general purpose Python data validator (Python 2)
 Validictory is a schema validator based on the JSON Schema
 Proposal (http://json-schema.org).
 .
 This package contains bindings for Python 2

Package: python3-validictory
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-validictory-doc
Description: general purpose Python data validator (Python 3)
 Validictory is a schema validator based on the JSON Schema
 Proposal (http://json-schema.org).
 .
 This package contains bindings for Python 3

Package: python-validictory-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: general purpose Python data validator (Documentation)
 Validictory is a schema validator based on the JSON Schema
 Proposal (http://json-schema.org).
 .
 This package only contains documentation for use by developers targeting
 the python-validictory (or python3-validictory) module.
