# $FreeBSD: head/devel/py-pytest-runner/Makefile 432229 2017-01-23 14:24:43Z amdmi3 $
# $MidnightBSD: trunk/devel/py-pytest-runner/Makefile 24746 2019-01-01 16:45:31Z laffer1 $

PORTNAME=	pytest-runner
PORTVERSION=	2.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Test support for pytest runner in setup.py

LICENSE=	mit

BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools

USES?=		python:2 zip
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>
