Port details on branch 2024Q3 |
- py-pluggy Plugin and hook calling mechanisms for Python
- 1.5.0 devel =7 1.5.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-10-29 08:47:25
- Last Update: 2024-05-19 17:15:39
- Commit Hash: a357b85
- People watching this port, also watch:: p5-Text-Unidecode, p5-Error, indexinfo, autoconf, jpeg-turbo
- Also Listed In: python
- License: MIT
- WWW:
- https://pluggy.readthedocs.io/en/latest/
- https://github.com/pytest-dev/pluggy
- Description:
- pluggy is the crystallized core of plugin management and hook calling for
pytest. It enables 500+ 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.
In essence, pluggy enables function hooking so you can build "pluggable"
systems.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pluggy/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pluggy
- pkg install py39-pluggy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pluggy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pluggy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1715842722
SHA256 (pluggy-1.5.0.tar.gz) = 2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1
SIZE (pluggy-1.5.0.tar.gz) = 67955
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=45.0 : devel/py-setuptools@py39
- py39-setuptools-scm>=6.2.3 : devel/py-setuptools-scm@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- databases/datasette
- devel/py-hatchling
- for Run
-
- databases/datasette
- databases/py-sqlite-utils
- devel/py-datasette
- devel/py-diff-cover
- devel/py-hatchling
- devel/py-molecule
- devel/py-pytest
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-pluggy
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|