1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: python-pluggy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Timo Röhling <roehling@debian.org>,
Homepage: https://pluggy.readthedocs.io/en/latest/
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pluggy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pluggy
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Description: plugin and hook calling mechanisms for Python
pluggy is the crystallized core of plugin management and hook calling for
pytest. It enables 1400+ plugins to extend and customize pytest’s default
behaviour. Even pytest itself is composed as a set of pluggy plugins which are
invoked in sequence according to a well defined set of protocols.
.
It gives users the ability to extend or modify the behaviour of a host program
by installing a plugin for that program. The plugin code will run as part of
normal program execution, changing or enhancing certain aspects of it.
Package: python3-pluggy
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} 3
${source:Extended-Description}
.
This is the Python 3 library.
|