python-pluggy 1.6.0-ok1 source package in openKylin

Changelog

python-pluggy (1.6.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:31:25 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-pluggy_1.6.0.orig.tar.gz 62.9 KiB d35ec78be56dae9fd736e1378a2c3c176fd2aefd9daefc209abeab569c2732ee
python-pluggy_1.6.0-ok1.debian.tar.xz 2.3 KiB f154a000ef270e253a3189bd39e331c967bdd7e77ebe60cc4f472a2dfb745b79
python-pluggy_1.6.0-ok1.dsc 2.5 KiB bfdb6d14b7544e7b40a028b6091517d77eccb961a19262d0bae0bf4da7e49037

Available diffs

View changes file

Binary packages built by this source

python3-pluggy: plugin and hook calling mechanisms for Python 3

 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.
 .
 This is the Python 3 library.