30 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:50 sthen Exp $
COMMENT = py.test plugin to store test expectations
MODPY_EGG_VERSION = 1.1.0
DISTNAME = pytest-expect-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
REVISION = 2
HOMEPAGE = https://github.com/gsnedders/pytest-expect
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
RUN_DEPENDS = devel/py-test${MODPY_FLAVOR} \
net/py-msgpack${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>