Source: datanommer.consumer
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
	       python-datanommer.models,
	       python-fedmsg,
	       python-mock,
               python-nose,
               python-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
Homepage: https://github.com/fedora-infra/datanommer/

Package: python-datanommer.consumer
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: fedmsg-hub
Suggests: python-fedmsg-meta-fedora-infrastructure, python-fedmsg-meta-debian
Description: fedmsg consumer to store messages in a database - consumer component
 fedmsg (Fedora Messaging) is a Python package and API used within the
 Fedora infrastructure to send and receive messages to and from
 applications in order to allow for asynchronous processes.
 .
 datanommer is a fedmsg consumer that stores the fedmsg messages it
 receives in a database.
 .
 This package contains the fedmsg-hub consumer entry-point for datanommer.
