pkgsrc/devel/py-test-runner/Makefile
wiz 9067391df9 Updated py-test-runner to 2.11.1.
Fix test target.

2.11.1
~~~~~~

* #28: Fix logic in marker evaluation.
2017-02-17 14:47:43 +00:00

20 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/02/17 14:47:43 wiz Exp $
DISTNAME= pytest-runner-2.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/pytest-runner
COMMENT= Invoke py.test as distutils command with dependency resolution
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"