Source: python-pyev
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Ivan Udovichenko <iudovichenko@mirantis.com>,
Build-Depends: debhelper (>= 9),
               dh-python,
               libev-dev (>= 4.15),
               openstack-pkg-tools,
               python-all,
               python-dev,
               python3-all,
               python3-dev,
Standards-Version: 3.9.6
Homepage: http://pythonhosted.org/pyev/

Package: python-pyev
Architecture: all
Depends: libev4 (>= 4.15), ${misc:Depends}, ${python:Depends}
Description: Python libev interface. - Python 2.7
 libev is an event loop, you register interest in
 certain events (such as a file descriptor being
 readable or a timeout occurring), and it will
 manage these event sources and provide your
 program with events.
 .
 This package contains the Python 2.7 module.

Package: python3-pyev
Architecture: all
Depends: libev4 (>= 4.15), ${misc:Depends}, ${python3:Depends}
Description: Python libev interface. - Python 3.x
 libev is an event loop, you register interest in
 certain events (such as a file descriptor being
 readable or a timeout occurring), and it will
 manage these event sources and provide your
 program with events.
 .
 This package contains the Python 3.x module.

