1PORTNAME= pytest-mock 2DISTVERSION= 3.10.0 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Thin wrapper around the mock package for easier use with py.test 9WWW= https://github.com/pytest-dev/pytest-mock/ 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} 15RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0:devel/py-pytest@${PY_FLAVOR} 16 17USES= python 18USE_PYTHON= autoplist concurrent distutils 19 20NO_ARCH= yes 21NO_TEST= yes 22 23.include <bsd.port.mk> 24