Source: flask-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-flask,
               python-jinja2,
               python-setuptools (>= 0.6b3),
               python-werkzeug,
               python-wtf-peewee,
               python3-all,
               python3-flask,
               python3-jinja2,
               python3-setuptools,
               python3-sphinx,
               python3-werkzeug,
               python3-wtf-peewee
Standards-Version: 4.1.1
Homepage: http://github.com/coleifer/flask-peewee/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-peewee.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-peewee.git

Package: python-flask-peewee
Architecture: all
Depends: libjs-jquery,
         python-peewee,
         python-wtf-peewee,
         ${misc:Depends},
         ${python:Depends}
Description: Peewee integration for flask (Python 2)
 Provides a layer of integration between the flask web framework and
 the peewee ORM.
 .
 This is the Python 2 package.

Package: python3-flask-peewee
Architecture: all
Depends: libjs-jquery,
         python3-peewee,
         python3-wtf-peewee,
         ${misc:Depends},
         ${python3:Depends}
Description: Peewee integration for flask (Python 3)
 Provides a layer of integration between the flask web framework and
 the peewee ORM.
 .
 This is the Python 3 package.

Package: python-flask-peewee-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-jquery, libjs-underscore
Description: Documentation for python-flask-peewee
 flask-peewee provides a layer of integration between the flask web
 framework and the peewee ORM.
 .
 This package contains HTML documentation for provided module.
