Source: behave
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-doc,
               python3-hamcrest,
               python3-mock,
               python3-nose,
               python3-parse,
               python3-parse-type,
               python3-path,
               python3-pytest,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-sphinx-bootstrap-theme
Standards-Version: 4.6.2
Homepage: https://github.com/behave/behave
Vcs-Git: https://salsa.debian.org/python-team/packages/behave.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/behave
Testsuite: autopkgtest-pkg-python

Package: python3-behave
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: behaviour-driven development for Python 3
 Behavior-driven development (or BDD) is an agile software development
 technique that encourages collaboration between developers, QA, and
 non-technical or business participants in a software project.
 .
 behave uses tests written in a natural language style, backed up
 by Python code.
 .
 This package contains the modules for Python 3.

Package: python-behave-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: behaviour-driven development, documentation
 Behavior-driven development (or BDD) is an agile software development
 technique that encourages collaboration between developers, QA, and
 non-technical or business participants in a software project.
 .
 behave uses tests written in a natural language style, backed up
 by Python code.
 .
 This package contains the documentation.
