Changeset View
Changeset View
Standalone View
Standalone View
devel/py-pluggy0/Makefile
| PORTNAME= pluggy | PORTNAME= pluggy | ||||
| PORTVERSION= 0.13.1 | PORTVERSION= 0.13.1 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| PKGNAMESUFFIX= 0 | PKGNAMESUFFIX= 0 | ||||
| MAINTAINER= sunpoet@FreeBSD.org | MAINTAINER= sunpoet@FreeBSD.org | ||||
| COMMENT= Plugin and hook calling mechanisms for Python | COMMENT= Plugin and hook calling mechanisms for Python | ||||
| WWW= https://github.com/pytest-dev/pluggy | WWW= https://github.com/pytest-dev/pluggy | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent distutils pytest4 | USE_PYTHON= autoplist concurrent distutils pytest4 | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} | TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} | ||||
| PORTSCOUT= limit:^0\. | PORTSCOUT= limit:^0\. | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||