Source: pyvows
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
               dh-python,
               help2man,
               python3-all (>= 2.6.6-3),
               python3-argparse-manpage,
               python3-colorama,
               python3-coverage,
               python3-gevent,
               python3-preggy (>= 1.4.3),
               python3-setuptools (>= 0.6b3)
Standards-Version: 4.4.1
Homepage: http://pyvows.org
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyvows
Vcs-Git: https://salsa.debian.org/python-team/modules/pyvows.git
Rules-Requires-Root: no

Package: python3-pyvows
Architecture: all
Conflicts: python-pyvows
Replaces: python-pyvows
Depends: ${misc:Depends}, ${python3:Depends}
Description: Asynchronous BDD for Python
 Asynchronous behaviour driven development for Python. The main reason
 for asynchronous testing is to make tests which target I/O run much
 faster, by running them concurrently.
