26 lines
506 B
Makefile
26 lines
506 B
Makefile
COMMENT = thin-wrapper around mock package for easier use with pytest
|
|
|
|
MODPY_EGG_VERSION = 3.8.2
|
|
DISTNAME = pytest-mock-${MODPY_EGG_VERSION}
|
|
PKGNAME = ${DISTNAME:S/py/py-/}
|
|
CATEGORIES = devel
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = https://github.com/pytest-dev/pytest-mock/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
RUN_DEPENDS = devel/py-test${MODPY_FLAVOR}
|
|
TEST_DEPENDS = ${BASE_PKGPATH}
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools_scm
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|