28 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:54 sthen Exp $
COMMENT = invoke py.test as distutils command
MODPY_EGG_VERSION = 2.11.1
DISTNAME = pytest-runner-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
REVISION = 1
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-test${MODPY_FLAVOR}
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>