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