Source: wtf-peewee
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3),
 python-peewee,
 python-setuptools (>= 0.6b3),
 python-wtforms,
 python3-all,
 python3-peewee,
 python3-setuptools,
 python3-wtforms,
Standards-Version: 4.1.3
Homepage: https://github.com/coleifer/wtf-peewee/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wtf-peewee.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wtf-peewee.git

Package: python-wtf-peewee
Architecture: all
Depends: python-peewee, python-wtforms, ${misc:Depends}, ${python:Depends}
Description: WTForms integration for peewee models (Python 2)
 Bridge between wtforms.ext and peewee. It provides a bridge between
 peewee models and wtforms, mapping model fields to form fields.
 .
 This is the Python 2 package.

Package: python3-wtf-peewee
Architecture: all
Depends: python3-peewee, python3-wtforms, ${misc:Depends}, ${python3:Depends}
Description: WTForms integration for peewee models (Python 3)
 Bridge between wtforms.ext and peewee. It provides a bridge between
 peewee models and wtforms, mapping model fields to form fields.
 .
 This is the Python 3 package.
