mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
devel/py-pluggy: Update to 0.9.0
Changelog: https://github.com/pytest-dev/pluggy/blob/0.9.0/CHANGELOG.rst
This commit is contained in:
parent
b338223f4d
commit
b5a58b61a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499983
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pluggy
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1548896326
|
||||
SHA256 (pluggy-0.7.1.tar.gz) = 95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1
|
||||
SIZE (pluggy-0.7.1.tar.gz) = 47784
|
||||
TIMESTAMP = 1556188044
|
||||
SHA256 (pluggy-0.9.0.tar.gz) = 19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f
|
||||
SIZE (pluggy-0.9.0.tar.gz) = 54035
|
||||
|
@ -1,4 +1,14 @@
|
||||
This is the plugin manager as used by pytest but stripped of pytest
|
||||
specific details.
|
||||
pluggy is the crystallized core of plugin management and hook calling for
|
||||
pytest. It enables 500+ plugins to extend and customize pytest’s defau
|
||||
t 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.
|
||||
|
||||
WWW: https://pypi.org/project/pluggy/
|
||||
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.
|
||||
|
||||
In essence, pluggy enables function hooking so you can build "pluggable"
|
||||
systems.
|
||||
|
||||
WWW: https://github.com/pytest-dev/pluggy
|
||||
|
Loading…
Reference in New Issue
Block a user