Source: pytest-runner
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python (>= 2.20160609~),
               python-all,
               python-pytest,
               python-setuptools,
               python-setuptools-scm,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
Standards-Version: 4.0.0
Homepage: https://github.com/pytest-dev/pytest-runner
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-runner.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runner.git

Package: python-pytest-runner
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-pkg-resources,
         python-setuptools,
Description: Invoke py.test as distutils command with dependency resolution - Python 2.x
 Setup scripts can use pytest-runner to add setup.py test support for pytest
 runner.
 .
 This package contains the Python 2 module.

Package: python3-pytest-runner
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pkg-resources,
         python3-setuptools,
Description: Invoke py.test as distutils command with dependency resolution - Python 3.x
 Setup scripts can use pytest-runner to add setup.py test support for pytest
 runner.
 .
 This package contains the Python 3 module.
