Changeset View
Changeset View
Standalone View
Standalone View
devel/py-pytest-plus/Makefile
| PORTNAME= pytest-plus | PORTNAME= pytest-plus | ||||
| PORTVERSION= 0.6.1 | PORTVERSION= 0.6.1 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= matthew@FreeBSD.org | MAINTAINER= matthew@FreeBSD.org | ||||
| COMMENT= Pytest plus plugin :: extends pytest functionality | COMMENT= Pytest plus plugin :: extends pytest functionality | ||||
| WWW= https://github.com/pycontribs/pytest-plus | WWW= https://github.com/pycontribs/pytest-plus | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PY_SETUPTOOLS} \ | BUILD_DEPENDS= ${PY_SETUPTOOLS} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools_scm7>=7.0.5:devel/py-setuptools_scm7@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0.5:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR} | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR} | ||||
| USES= python:3.9+ | USES= python:3.9+ | ||||
| USE_PYTHON= autoplist pep517 pytest | USE_PYTHON= autoplist pep517 pytest | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||