diff options
Diffstat (limited to 'devel/py-pluggy0')
-rw-r--r-- | devel/py-pluggy0/Makefile | 28 | ||||
-rw-r--r-- | devel/py-pluggy0/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pluggy0/pkg-descr | 12 |
3 files changed, 0 insertions, 43 deletions
diff --git a/devel/py-pluggy0/Makefile b/devel/py-pluggy0/Makefile deleted file mode 100644 index b92cd66f061c..000000000000 --- a/devel/py-pluggy0/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pluggy -PORTVERSION= 0.13.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 0 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Plugin and hook calling mechanisms for Python -WWW= https://github.com/pytest-dev/pluggy - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 pytest4 - -NO_ARCH= yes -TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} - -PORTSCOUT= limit:^0\. - -.include <bsd.port.mk> diff --git a/devel/py-pluggy0/distinfo b/devel/py-pluggy0/distinfo deleted file mode 100644 index 1a76a7112f64..000000000000 --- a/devel/py-pluggy0/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1592561546 -SHA256 (pluggy-0.13.1.tar.gz) = 15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0 -SIZE (pluggy-0.13.1.tar.gz) = 57962 diff --git a/devel/py-pluggy0/pkg-descr b/devel/py-pluggy0/pkg-descr deleted file mode 100644 index 11a9091d123b..000000000000 --- a/devel/py-pluggy0/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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. |