Source: python-pluggy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://pypi.python.org/pypi/pluggy
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python-all,
               python-importlib-metadata,
               python-pytest,
               python-setuptools,
               python-setuptools-scm,
               python3-all,
               python3-importlib-metadata,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
               pypy,
               pypy-importlib-metadata,
               pypy-pytest,
               pypy-setuptools,
               pypy-setuptools-scm,
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pluggy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pluggy
Testsuite: autopkgtest-pkg-python

Package: python-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-importlib-metadata
Description: plugin and hook calling mechanisms for Python - 2.7
 pluggy is the cristallized core of plugin management as used by some 150
 plugins for pytest.
 .
 This is the Python 2 library.

Package: python3-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-importlib-metadata
Description: plugin and hook calling mechanisms for Python - 3.x
 pluggy is the cristallized core of plugin management as used by some 150
 plugins for pytest.
 .
 This is the Python 3 library.

Package: pypy-pluggy
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}, pypy-importlib-metadata
Description: plugin and hook calling mechanisms for Python - PyPy
 pluggy is the cristallized core of plugin management as used by some 150
 plugins for pytest.
 .
 This is the PyPy library.
