openbsd-ports/devel/py-test-runner/Makefile
2017-02-11 16:51:14 +00:00

29 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.8 2017/02/11 16:51:14 shadchin 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
MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = 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>