diff options
Diffstat (limited to 'devel/py-pluggy0/Makefile')
-rw-r--r-- | devel/py-pluggy0/Makefile | 28 |
1 files changed, 0 insertions, 28 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> |